Skip to content

Commit

Permalink
Timosachsenberg patch 2 (#133)
Browse files Browse the repository at this point in the history
* Update deploy-manylinux-docker.yml

* Update Dockerfile
  • Loading branch information
timosachsenberg committed Mar 7, 2023
1 parent e545bf0 commit 1ab1389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-manylinux-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
push: true # Will only build if this is not here
file: dockerfiles/pyopenms/manylinux/Dockerfile
context: .
build-args: |
OPENMS_BRANCH=${{ steps.extract_branch.outputs.branch }}
OPENMS_VERSION=${{ steps.tag_name.outputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/pyopenms/manylinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG OPENMS_BRANCH="master"
ARG OPENMS_VERSION="latest"

# make source files from context available in docker
COPY ./contrib/ ./contrib/
COPY contrib /contrib

RUN yum install -y wget
RUN yum install -y xz qt5-qtbase-devel
Expand All @@ -17,7 +17,7 @@ RUN yum install -y cmake3
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake

# builds contrib for the current checked out branch
# during cleanup: removes all source folders and only keeps contrib-build
# during cleanup: removes archives
RUN mkdir contrib-build
RUN ls -l
WORKDIR /contrib-build
Expand Down

0 comments on commit 1ab1389

Please sign in to comment.