mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 10:38:10 +00:00
Docker: use a newer Python
Change-Id: I2e6725f7a009690f1a49a77d9ec4ff696141d5b5
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.7-slim
|
FROM python:3.9-slim
|
||||||
COPY . /oopt-gnpy
|
COPY . /oopt-gnpy
|
||||||
WORKDIR /oopt-gnpy
|
WORKDIR /oopt-gnpy
|
||||||
RUN apt update; apt install -y git
|
RUN apt update; apt install -y git
|
||||||
|
|||||||
Reference in New Issue
Block a user