Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
RUN apt-get update && apt-get install -y \
|
3 |
curl \
|
4 |
-
netcat \
|
5 |
&& rm -rf /var/lib/apt/lists/*
|
6 |
|
7 |
RUN --mount=type=secret,id=URL,mode=0444,required=true \
|
|
|
1 |
FROM ubuntu:latest
|
2 |
RUN apt-get update && apt-get install -y \
|
3 |
curl \
|
4 |
+
netcat-traditional \
|
5 |
&& rm -rf /var/lib/apt/lists/*
|
6 |
|
7 |
RUN --mount=type=secret,id=URL,mode=0444,required=true \
|