lydianish commited on
Commit
b2b69ef
·
verified ·
1 Parent(s): f414c52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
  apt-get install -y g++ && \
13
  apt-get install -y unzip && \
14
  apt-get install -y git && \
15
- git clone https://github.com/lydianish/RoLASER.git /app/RoLASER
16
  apt-get clean && \
17
  rm -rf /var/lib/apt/lists/*
18
 
 
12
  apt-get install -y g++ && \
13
  apt-get install -y unzip && \
14
  apt-get install -y git && \
15
+ git clone https://github.com/lydianish/RoLASER.git /app/RoLASER && \
16
  apt-get clean && \
17
  rm -rf /var/lib/apt/lists/*
18