Spaces:

npc0 commited on
Commit
9273e64
1 Parent(s): 72fe0e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  FROM swipl
2
 
3
- RUN python --version
4
  RUN cat /etc/os-release
5
- RUN apt-get install -y git gcc python3-dev
6
 
7
  WORKDIR /app
8
  COPY . /app
 
1
  FROM swipl
2
 
 
3
  RUN cat /etc/os-release
4
+ RUN apt-get install -y gcc python3 python3-dev
5
 
6
  WORKDIR /app
7
  COPY . /app