Skip to content

Commit

Permalink
fix vulnerabilities in docker images (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Aug 28, 2024
1 parent e2a778a commit 4a5a8db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
| xargs -rt apt-mark manual; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
apt-get purge -y linux-libc-dev gcc-12 cpp-12; \
ln -s "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"; \
:;

Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
apk add \
bash \
ca-certificates \
curl \
libcurl \
openssl \
tar \
xz \
Expand Down
4 changes: 2 additions & 2 deletions packaging/docker/apache2.alpine/self-service-password.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
</Directory>

LogLevel debug
ErrorLog stderr
CustomLog stdout combined
ErrorLog /dev/stderr
CustomLog /dev/stdout combined
</VirtualHost>

0 comments on commit 4a5a8db

Please sign in to comment.