Spaces:

npc0 commited on
Commit
b548fdf
1 Parent(s): 9d3e64b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-alpine
2
 
3
  RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
4
- RUN apk add swi-prolog
5
  RUN apk add --no-cache gcc musl-dev python3-dev
6
 
7
  RUN adduser -D user
 
1
  FROM python:3.11-alpine
2
 
3
  RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
4
+ RUN apk add swi-prolog git
5
  RUN apk add --no-cache gcc musl-dev python3-dev
6
 
7
  RUN adduser -D user