Polo123 commited on
Commit
cf6a1fb
·
verified ·
1 Parent(s): 6fb547d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,10 +4,9 @@ WORKDIR /app
4
 
5
  RUN apt-get update && \
6
  apt-get upgrade -y && \
7
- apt-get install -y git
8
 
9
  RUN echo "Shrey $PWD"
10
- RUN apt-get -y install gcc-9
11
  #RUN apt-get -y install rsync
12
 
13
  # User
 
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
11
 
12
  # User