imperialwool commited on
Commit
f683b74
1 Parent(s): 33af28a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.11.1-bullseye
2
 
3
  USER root
4
 
 
 
5
  COPY . /app
6
 
7
  RUN chmod -R 777 /app
 
2
 
3
  USER root
4
 
5
+ ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
6
+
7
  COPY . /app
8
 
9
  RUN chmod -R 777 /app