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 d854821 commit 1eddb20Copy full SHA for 1eddb20
Dockerfile
@@ -10,7 +10,7 @@ FROM docker.io/library/node:21.1.0-slim@sha256:d1144205c1f72a9788d42ba0b899a9fa2
10
RUN npm install -g json-server \
11
&& apt-get update \
12
&& apt-get upgrade -y \
13
- && apt-get install -y curl \
+ && apt-get install -y curl iproute2 \
14
&& apt-get autoremove -y \
15
&& apt-get clean \
16
&& rm -rf /var/lib/apt/lists/*
0 commit comments