soiz1 commited on
Commit
f7162be
·
verified ·
1 Parent(s): 9e9a866

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
9
  COPY . .
10
 
11
  RUN export DEBIAN_FRONTEND=noninteractive
12
- RUN sudo apt-get install -y tzdata
13
  # Install dependenceis to add PPAs
14
  RUN apt-get update && \
15
  apt-get install -y -qq ffmpeg aria2 git && apt clean && \
 
9
  COPY . .
10
 
11
  RUN export DEBIAN_FRONTEND=noninteractive
12
+ RUN apt-get install -y tzdata
13
  # Install dependenceis to add PPAs
14
  RUN apt-get update && \
15
  apt-get install -y -qq ffmpeg aria2 git && apt clean && \