Skip to content

Commit

Permalink
Change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira authored Jan 23, 2024
1 parent 06fde76 commit 6a4b82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

###############################################################################
Expand All @@ -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
Expand Down

0 comments on commit 6a4b82f

Please sign in to comment.