imperialwool commited on
Commit
bd9f2a7
1 Parent(s): fdba4c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -1,8 +1,12 @@
1
  FROM debian:latest
2
 
 
 
 
 
3
  RUN apt update
4
 
5
- RUN apt install ffmpeg python3 python3-pip -y
6
 
7
  WORKDIR /
8
 
 
1
  FROM debian:latest
2
 
3
+ RUN dir
4
+
5
+ RUN ls
6
+
7
  RUN apt update
8
 
9
+ RUN apt install ffmpeg python3 python3-pip -y
10
 
11
  WORKDIR /
12