File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
ingest/validation/ontologies Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010# Use a managed base image from Google. It is continually updated for
1111# security fixes (thus the "latest" tag).
1212# https://github.com/GoogleContainerTools/base-images-docker/tree/master/ubuntu
13- FROM marketplace.gcr.io/google/ubuntu2004:latest
13+ FROM marketplace.gcr.io/google/ubuntu2204:latest
14+ ENV DEBIAN_FRONTEND=noninteractive
1415
1516# RUN echo "Uncomment to clear cached layers below this statement (2022-03-14-1441)"
1617
@@ -21,7 +22,8 @@ RUN apt-get -y update && \
2122 apt-get -y install python3-pip && \
2223 apt-get -y install python3.10 && \
2324 apt-get -y install python3.10-dev && \
24- apt-get -y install python3.10-distutils
25+ apt-get -y install python3.10-distutils && \
26+ apt-get -y remove python3-blinker # due to pip install errors of distutils package
2527
2628RUN apt-get -y update && apt-get -y install curl
2729
Original file line number Diff line number Diff line change 1- 1764096355 # validation cache key
1+ 1764620615 # validation cache key
You can’t perform that action at this time.
0 commit comments