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
506f6706a6
commit
d0b6577f43
@ -1,8 +1,8 @@
|
|||||||
FROM python:3.10.4-slim-bullseye
|
FROM python:3.10.4-bullseye
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN apt-get update -y
|
RUN apt-get update -y
|
||||||
RUN apt-get install -y cmake capnproto clang gcc
|
RUN apt-get install -y cmake capnproto clang gcc build-essential
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
VOLUME /app/config
|
VOLUME /app/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user