mirror of
https://gitlab.com/fabinfra/fabaccess/fabfire_adapter.git
synced 2025-04-27 13:50:15 +02:00
Update Dockerfile
This commit is contained in:
parent
d0b6577f43
commit
759e728efb
@ -2,6 +2,7 @@ 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 upgrade -y
|
||||||
RUN apt-get install -y cmake capnproto clang gcc build-essential
|
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 . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user