Skip to content

Commit

Permalink
fix python base image
Browse files Browse the repository at this point in the history
  • Loading branch information
migraf committed Nov 15, 2022
1 parent 4018526 commit 570b20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/python/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM ubuntu
MAINTAINER [email protected]
ARG DEBIAN_FRONTEND=noninteractive

RUN apt -y update && apt-get -y install software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && apt -y update && \
apt-get install -y python3.9 git && apt install python-is-python3 && apt install -y python3-pip
apt-get install -y python3.9 git && apt install -y python-is-python3 && apt install -y python3-pip
RUN pip3 install git+https://github.com/PHT-Medic/train-container-library.git

0 comments on commit 570b20e

Please sign in to comment.