jason137 commited on
Commit
a96b6e9
·
1 Parent(s): 41b224a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update \
6
  && apt-get install -y git
7
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
- && pip install --upgrade --no-cache-dir requirements.txt
10
 
11
  RUN git clone https://github.com/lerocha/chinook-database.git \
12
  && cp chinook-database/ChinookDatabase/DataSources/Chinook_Sqlite.sql .
 
6
  && apt-get install -y git
7
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
+ && pip install --upgrade --no-cache-dir -r requirements.txt
10
 
11
  RUN git clone https://github.com/lerocha/chinook-database.git \
12
  && cp chinook-database/ChinookDatabase/DataSources/Chinook_Sqlite.sql .