GUACAMOLE-772: Merge reduce Docker image size for guacd

This commit is contained in:
Virtually Nick 2019-04-25 15:41:45 -04:00 committed by GitHub
commit 652ca302cb
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