memex-in commited on
Commit
d4aae7e
·
verified ·
1 Parent(s): 1de4d89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
 
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
 
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
+ RUN ls
5
 
6
  RUN apt-get update && apt-get install -y \
7
  build-essential \