mirror of
https://gitlab.com/fabinfra/fabaccess/fabfire_adapter.git
synced 2025-03-12 14:51:50 +01:00
Update Dockerfile
This commit is contained in:
parent
08b8f1fe98
commit
b1a8a8c26c
@ -1,7 +1,9 @@
|
||||
FROM python:3.8-slim-buster
|
||||
FROM python:3.10.4-slim-bullseye
|
||||
WORKDIR /app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install cmake capnproto
|
||||
RUN pip3 install -r requirements.txt
|
||||
COPY . .
|
||||
VOLUME /app/config
|
||||
CMD [ "python3", "main.py"]
|
||||
CMD [ "python3", "main.py"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user