Skip to content

Commit

Permalink
Merge pull request brettt89#13 from brettt89/feature/gzip
Browse files Browse the repository at this point in the history
ADD: Gzip installed by default
  • Loading branch information
fspringveldt authored Jan 29, 2018
2 parents c48fe8f + 97cfbf8 commit 9700389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions 5.6/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install -y \
curl \
git-core \
gzip \
libcurl4-openssl-dev \
libgd-dev \
libldap2-dev \
Expand Down
1 change: 1 addition & 0 deletions 5.6/platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install -y \
curl \
git-core \
gzip \
libcurl4-openssl-dev \
libgd-dev \
libldap2-dev \
Expand Down
1 change: 1 addition & 0 deletions 7.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install -y \
curl \
git-core \
gzip \
libcurl4-openssl-dev \
libgd-dev \
libldap2-dev \
Expand Down
1 change: 1 addition & 0 deletions 7.1/platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install -y \
curl \
git-core \
gzip \
libcurl4-openssl-dev \
libgd-dev \
libldap2-dev \
Expand Down

0 comments on commit 9700389

Please sign in to comment.