rdz-falcon commited on
Commit
37ba5b0
·
verified ·
1 Parent(s): e5dbc4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -2,6 +2,10 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
 
 
 
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
7
  curl \
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN mkdir -p /app/.cache_app && \
6
+ chown -R 1000:1000 /app/.cache_app && \
7
+ chmod -R u+rwx,g+rwx /app/.cache_app
8
+
9
  RUN apt-get update && apt-get install -y \
10
  build-essential \
11
  curl \