mirror of
https://gitlab.com/fabinfra/fabaccess/fabfire_adapter.git
synced 2025-06-11 02:43:22 +02:00
Update Dockerfile
This commit is contained in:
@ -2,7 +2,7 @@ FROM python:3.10.4-slim-bullseye
|
||||
WORKDIR /app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y cmake capnproto
|
||||
RUN apt-get install -y cmake capnproto clang gcc
|
||||
RUN pip3 install -r requirements.txt
|
||||
COPY . .
|
||||
VOLUME /app/config
|
||||
|
Reference in New Issue
Block a user