Skip to content

Commit

Permalink
Merge pull request #3 from rlaiola/master
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
rlaiola authored Nov 30, 2021
2 parents 5b45ce9 + 11599d6 commit b35b144
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 b35b144

Please sign in to comment.