mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
Merge branch 'master' of gitlab.psi.ch:bec/bec
This commit is contained in:
commit
2a122783ce
@ -1,6 +1,13 @@
|
||||
# set base image (host OS)
|
||||
FROM python:3.8-alpine
|
||||
|
||||
|
||||
RUN apk update && apk add python3-dev \
|
||||
gcc \
|
||||
libc-dev \
|
||||
g++
|
||||
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
||||
|
@ -1,6 +1,13 @@
|
||||
# set base image (host OS)
|
||||
FROM python:3.8-alpine
|
||||
|
||||
|
||||
RUN apk update && apk add python3-dev \
|
||||
gcc \
|
||||
libc-dev \
|
||||
g++
|
||||
|
||||
|
||||
# set the working directory in the container
|
||||
WORKDIR /code
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user