Skip to content

Commit

Permalink
build/node-docker:v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Sep 8, 2024
1 parent 1ee78e2 commit c6e10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ FROM node:18-bookworm-slim

RUN npm install npm@latest -g
RUN apt-get update && apt-get install -y \
docker \
docker.io \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit c6e10aa

Please sign in to comment.