martynka commited on
Commit
ad3c816
·
verified ·
1 Parent(s): 2c76509

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache \
8
  python3 \
9
  py3-pip \
10
  sqlite \
11
- && pip3 install flask werkzeug
12
 
13
  # Setup directories within /app
14
  RUN mkdir -p /app/admin/{templates,static} \
 
8
  python3 \
9
  py3-pip \
10
  sqlite \
11
+ && pip3 install flask werkzeug --break-system-packages
12
 
13
  # Setup directories within /app
14
  RUN mkdir -p /app/admin/{templates,static} \