ebiz commited on
Commit
1583e93
β€’
1 Parent(s): 6b19707

local running successfully

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:latest
2
 
3
  RUN apt update
4
  RUN apt-get update && \
5
- apt-get install -y curl sudo python3-pip python3-dev && \
6
  rm -rf /var/lib/apt/lists/*
7
 
8
 
 
2
 
3
  RUN apt update
4
  RUN apt-get update && \
5
+ apt-get install -y curl python3-pip python3-dev && \
6
  rm -rf /var/lib/apt/lists/*
7
 
8