Skip to content

Commit

Permalink
Corrige build da imagem Docker PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Nov 8, 2020
1 parent 44ba09d commit e60b1a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN apt-get install -y libzip-dev
RUN docker-php-ext-install zip

RUN apt-get remove -y libgcc-8-dev
RUN apt-get install -y libc6-dev
RUN apt-get install -o APT::Immediate-Configure=false -y libc6-dev

RUN mkdir -p /usr/share/man/man7
RUN apt-get install -y postgresql-contrib-9.5
Expand All @@ -82,3 +82,5 @@ RUN docker-php-ext-install pcntl
RUN apt-get install openjdk-8-jdk -y

RUN apt-get install npm -y

RUN composer self-update --1

0 comments on commit e60b1a6

Please sign in to comment.