Skip to content

Commit d2dfe13

Browse files
authored
Minor tweaks to reduce the Docker image size
* Do not install unzip; it is only needed when using wattsi-server * Do not install recommended packages
1 parent 51f7965 commit d2dfe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM whatwg/wattsi:${WATTSI_VERSION} as wattsi-stage
33

44
FROM debian:stable-slim
55
RUN apt-get update && \
6-
apt-get install -y ca-certificates curl git unzip python3 python3-pip && \
6+
apt-get install --yes --no-install-recommends ca-certificates curl git python3 python3-pip && \
77
rm -rf /var/lib/apt/lists/*
88

99
COPY --from=wattsi-stage /whatwg/wattsi/bin/wattsi /bin/wattsi

0 commit comments

Comments
 (0)