Skip to content

Commit f1e2921

Browse files
Attempt to reduce image size
1 parent 773c685 commit f1e2921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.4-apache
22
MAINTAINER Sebastian Stenzel <[email protected]>
33

4-
RUN apt-get update && apt-get install -y \
4+
RUN apt-get update && apt-get install --no-install-recommends -y \
55
libgmp-dev \
66
libpq-dev \
77
unzip \

0 commit comments

Comments
 (0)