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 fd7c21b commit 4d8839fCopy full SHA for 4d8839f
docker/docs/builder/Dockerfile
@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go install github.com/wjdp/htmltest@v${HTMLTEST_VERSION} \
9
FROM node:20-bookworm-slim
10
11
RUN apt-get update && \
12
- apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync && \
+ apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync \
13
build-essential g++ make && \
14
rm -rf /var/lib/apt/lists/*:
15
0 commit comments