Skip to content

Commit

Permalink
Merge pull request #17521 from nuwang/add_gxadmin_to_docker
Browse files Browse the repository at this point in the history
Add gxadmin to docker and update branch
  • Loading branch information
nuwang authored Feb 21, 2024
2 parents 566731b + ba88b2b commit c6fa453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .k8s_ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG STAGE1_BASE=python:3.12-slim
ARG FINAL_STAGE_BASE=$STAGE1_BASE
ARG GALAXY_USER=galaxy
ARG GALAXY_PLAYBOOK_REPO=https://github.com/galaxyproject/galaxy-docker-k8s
ARG GALAXY_PLAYBOOK_BRANCH=v4.0.0
ARG GALAXY_PLAYBOOK_BRANCH=v4.1.0

ARG GIT_COMMIT=unspecified
ARG BUILD_DATE=unspecified
Expand Down Expand Up @@ -161,6 +161,8 @@ RUN set -xe; \
&& echo "set nocompatible\nset backspace=indent,eol,start" >> /usr/share/vim/vimrc.tiny \
&& echo "$LANG UTF-8" > /etc/locale.gen \
&& locale-gen $LANG && update-locale LANG=$LANG \
&& curl -L https://github.com/galaxyproject/gxadmin/releases/latest/download/gxadmin > /usr/bin/gxadmin \
&& chmod +x /usr/bin/gxadmin \
&& apt-get autoremove -y && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/*

Expand Down

0 comments on commit c6fa453

Please sign in to comment.