Polo123 commited on
Commit
46251b9
1 Parent(s): c561678

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -2,9 +2,9 @@ FROM python:3.8.9
2
 
3
  WORKDIR /app
4
 
5
- #RUN apt-get update && \
6
- # apt-get upgrade -y && \
7
- # apt-get install -y gcc
8
 
9
  RUN echo "Shrey $PWD"
10
  #RUN apt-get -y install rsync
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apt-get update && \
6
+ apt-get upgrade -y && \
7
+ apt-get install -y gcc
8
 
9
  RUN echo "Shrey $PWD"
10
  #RUN apt-get -y install rsync