GUACAMOLE-772: Switched runtime image to debian slim

This commit is contained in:
Mathias 2019-04-08 12:28:46 +02:00 committed by GitHub
parent ffe0b57faa
commit 61070cb367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ RUN ${PREFIX_DIR}/bin/list-dependencies.sh \
> ${PREFIX_DIR}/DEPENDENCIES > ${PREFIX_DIR}/DEPENDENCIES
# Use same Debian as the base for the runtime image # Use same Debian as the base for the runtime image
FROM debian:${DEBIAN_VERSION} FROM debian:${DEBIAN_VERSION}-slim
# Base directory for installed build artifacts. # Base directory for installed build artifacts.
# Due to limitations of the Docker image build process, this value is # Due to limitations of the Docker image build process, this value is