Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
Fixes bug #2 (#2)
  • Loading branch information
rlaiola committed Nov 30, 2021
1 parent 5b45ce9 commit 11599d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker/dev/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM boca-base

LABEL authors="Joao Vitor Alves Fazolo, Rodrigo Laiola Guimaraes"
ENV CREATED_AT 2020-06-26
ENV UPDATED_AT 2021-11-09
ENV UPDATED_AT 2021-11-24

# Basic setup to establish connection with database server
RUN apt-get -y update && \
Expand All @@ -33,6 +33,13 @@ RUN apt-get -y update && \
postgresql-client && \
apt-get clean

# Install libraries
RUN apt-get -y update && \
apt-get -y install \
# Required to build ballons \
php-gd && \
apt-get -y clean

COPY LICENSE /
COPY docker/dev/web/init.sh /
RUN chmod 777 /init.sh
Expand Down

0 comments on commit 11599d6

Please sign in to comment.