Update to Debian Docker file to resolve current vulnerabilities (#2385)

* Update to Debian Docker file to resolve current vulnerabilities
This commit is contained in:
abraunegg 2023-04-18 07:34:48 +10:00 committed by GitHub
parent 3ef4a27fb7
commit ae33616d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ RUN ./configure DC=/usr/bin/ldmd2 \
FROM debian:${DEBIAN_VERSION}-slim
RUN apt-get update \
&& apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gosu libcurl4 libsqlite3-0 ca-certificates libphobos2-ldc-shared94 \
&& rm -rf /var/lib/apt/lists/* \
# Fix bug with ssl on armhf: https://serverfault.com/a/1045189