Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Jul 31, 2019
1 parent efbd33c commit c2b0dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.3.6-apache@sha256:7fcbf93d7edfe3b524794b4ee9dfa05d973164af0fd233dd8de

RUN apt-get update && apt-get install -y \
git \
zip unzip zlib1g-dev \
zip unzip zlib1g-dev libzip-dev \
libgettextpo-dev \
--no-install-recommends \
&& apt-get clean \
Expand Down

0 comments on commit c2b0dd0

Please sign in to comment.