From c3cbdbc0a908e513a33271118a586d11fecc0452 Mon Sep 17 00:00:00 2001 From: Enis Afgan Date: Tue, 12 Mar 2024 16:22:23 -0400 Subject: [PATCH] Like a blind chicken --- .k8s_ci.Dockerfile | 2 +- lib/galaxy/dependencies/pinned-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.k8s_ci.Dockerfile b/.k8s_ci.Dockerfile index d3271607c005..b7563961b4eb 100644 --- a/.k8s_ci.Dockerfile +++ b/.k8s_ci.Dockerfile @@ -18,7 +18,7 @@ ARG ROOT_DIR=/galaxy ARG SERVER_DIR=$ROOT_DIR/server -ARG STAGE1_BASE=python:3.12-slim +ARG STAGE1_BASE=python:3.11-slim ARG FINAL_STAGE_BASE=$STAGE1_BASE ARG GALAXY_USER=galaxy ARG GALAXY_UID=101 diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index 0814b79e256e..dbc2283c3f24 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -223,3 +223,4 @@ zstandard==0.22.0 ; python_version >= "3.8" and python_version < "3.13" # anvil specific fs.anvilfs==0.2.5 ; python_version >= "3.7" and python_version < "3.13" +s3fs ; python_version >= "3.7" and python_version < "3.13"