anon4ik commited on
Commit
109d1e8
·
verified ·
1 Parent(s): 50a0695

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \