Rauhan commited on
Commit
b0a0952
·
1 Parent(s): 914c578

UPDATE: New Endpoints

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . /app
6
 
7
  RUN chmod -R 777 /app
8
 
9
- RUN apt-get update && apt-get install -y \
10
  build-essential \
11
  cmake \
12
  && apt-get clean \
 
6
 
7
  RUN chmod -R 777 /app
8
 
9
+ RUN apt-get update && apt-get -y upgrade \
10
  build-essential \
11
  cmake \
12
  && apt-get clean \