We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f7965 commit d2dfe13Copy full SHA for d2dfe13
Dockerfile
@@ -3,7 +3,7 @@ FROM whatwg/wattsi:${WATTSI_VERSION} as wattsi-stage
3
4
FROM debian:stable-slim
5
RUN apt-get update && \
6
- apt-get install -y ca-certificates curl git unzip python3 python3-pip && \
+ apt-get install --yes --no-install-recommends ca-certificates curl git python3 python3-pip && \
7
rm -rf /var/lib/apt/lists/*
8
9
COPY --from=wattsi-stage /whatwg/wattsi/bin/wattsi /bin/wattsi
0 commit comments