HuggingFace0920 commited on
Commit
7eb30e2
·
verified ·
1 Parent(s): 8397318

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
2
 
3
  RUN apt-get update && apt-get install -y \
4
  python3 python3-pip python3-venv \
5
- curl tar gzip bash jq \
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  RUN adduser --disabled-password --gecos '' --uid 1000 user
 
2
 
3
  RUN apt-get update && apt-get install -y \
4
  python3 python3-pip python3-venv \
5
+ wget curl tar gzip bash jq \
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  RUN adduser --disabled-password --gecos '' --uid 1000 user