npc0 commited on
Commit
58b0fdd
·
verified ·
1 Parent(s): e4c1e59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM swipl
2
 
3
  RUN apt-get update
4
- RUN apt-get install -y gcc python3 python3-dev
5
 
6
  WORKDIR /app
7
  COPY . /app
 
1
  FROM swipl
2
 
3
  RUN apt-get update
4
+ RUN apt-get install -y gcc python3 python3-pip python3-dev
5
 
6
  WORKDIR /app
7
  COPY . /app