Yakova commited on
Commit
288dfe9
1 Parent(s): 913f408

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN chmod 755 /srv
11
 
12
  RUN apt-get update && \
13
  apt-get install -y --no-install-recommends \
14
- aria2c
15
 
16
  #copy requirements
17
  COPY requirements.txt .
 
11
 
12
  RUN apt-get update && \
13
  apt-get install -y --no-install-recommends \
14
+ aria2
15
 
16
  #copy requirements
17
  COPY requirements.txt .