Skip to content

Commit

Permalink
Merge pull request #15647 from galaxyproject/nuwang-patch-dockerfile
Browse files Browse the repository at this point in the history
Changes to match latest playbook
  • Loading branch information
jmchilton committed Feb 24, 2023
2 parents 109a389 + afe9a9f commit dae5069
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .k8s_ci.Dockerfile
Expand Up @@ -22,7 +22,7 @@ ARG STAGE1_BASE=python:3.10-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=v3.0.0
ARG GALAXY_PLAYBOOK_BRANCH=v4.0.0

ARG GIT_COMMIT=unspecified
ARG BUILD_DATE=unspecified
Expand Down Expand Up @@ -74,8 +74,6 @@ ARG SERVER_DIR

RUN ansible-playbook -i localhost, playbook.yml -v -e "{galaxy_build_client: false}" -e galaxy_virtualenv_command=virtualenv

RUN cat /galaxy/server/lib/galaxy/dependencies/conditional-requirements.txt | grep psycopg2-binary | xargs /galaxy/server/.venv/bin/pip install

# Remove build artifacts + files not needed in container
WORKDIR $SERVER_DIR
# Save commit hash of HEAD before zapping git folder
Expand Down

0 comments on commit dae5069

Please sign in to comment.