Skip to content

Commit

Permalink
Changes to match latest playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 6, 2023
1 parent 6f945c1 commit 259cc02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .k8s_ci.Dockerfile
Original file line number Diff line number Diff line change
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 259cc02

Please sign in to comment.