Skip to content

Commit 4d8839f

Browse files
authored
Update Dockerfile
1 parent fd7c21b commit 4d8839f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docs/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go install github.com/wjdp/htmltest@v${HTMLTEST_VERSION} \
99
FROM node:20-bookworm-slim
1010

1111
RUN apt-get update && \
12-
apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync && \
12+
apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync \
1313
build-essential g++ make && \
1414
rm -rf /var/lib/apt/lists/*:
1515

0 commit comments

Comments
 (0)