Skip to content

Commit

Permalink
Support for python3.10
Browse files Browse the repository at this point in the history
Update base image to Ubuntu 22.10 and related Python 3.10 packages.
  • Loading branch information
orviz committed Jun 23, 2023
1 parent fd7a31f commit e59de96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.CI
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM indigodatacloud/ci-images:base-u18
FROM indigodatacloud/ci-images:base-u22
MAINTAINER Pablo Orviz <orviz@ifca.unican.es>

RUN apt-get update \
&& apt-get install --no-install-recommends -y wget \
git \
python3.7 python3-dev python-pip \
python-setuptools python-wheel \
python3-wheel python3-pip python3-venv \
python3.10 python3-dev python3-pip python3-venv \
build-essential \
libcurl4-gnutls-dev \
libffi-dev \
Expand Down

0 comments on commit e59de96

Please sign in to comment.