soiz1 commited on
Commit
696adbb
·
verified ·
1 Parent(s): a0b68bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . .
10
 
11
  # Install dependenceis to add PPAs
12
  RUN apt-get update && \
13
- apt-get install -y -qq ffmpeg aria2 && apt clean git && \
14
  apt-get install -y software-properties-common && \
15
  apt-get clean && \
16
  rm -rf /var/lib/apt/lists/*
 
10
 
11
  # Install dependenceis to add PPAs
12
  RUN apt-get update && \
13
+ apt-get install -y -qq ffmpeg aria2 git && apt clean && \
14
  apt-get install -y software-properties-common && \
15
  apt-get clean && \
16
  rm -rf /var/lib/apt/lists/*