From 6a4b82f76234928328124fe75155d0e5ad110a17 Mon Sep 17 00:00:00 2001 From: Gil Poiares-Oliveira Date: Tue, 23 Jan 2024 09:29:11 +0000 Subject: [PATCH] Change dependencies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b9091d..8d1921f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ARG GALAXY_DATA=/galaxy/data ARG GALAXY_USER=galaxy ARG PIP_EXTRA_ARGS="--no-cache-dir --compile" ARG GALAXY_COMMIT_ID=release_23.1.4 -ARG BASE=python:3.8-slim +ARG BASE=python:3.10-slim ARG DEBIAN_FRONTEND=noninteractive ############################################################################### @@ -59,7 +59,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ locales locales-all \ git \ bzip2 make gcc libc-dev \ - && pip install virtualenv 'ansible>=2.9,<2.10' + && pip install virtualenv ansible WORKDIR /tmp/ansible ENV LC_ALL en_US.UTF-8