GUACAMOLE-772: Switched runtime image to debian slim
This commit is contained in:
parent
ffe0b57faa
commit
61070cb367
@ -75,7 +75,7 @@ RUN ${PREFIX_DIR}/bin/list-dependencies.sh \
|
||||
> ${PREFIX_DIR}/DEPENDENCIES
|
||||
|
||||
# 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.
|
||||
# Due to limitations of the Docker image build process, this value is
|
||||
|
Loading…
Reference in New Issue
Block a user