Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
to extend a "build on non s390 archs" workaround. Spec file is reported
as modified in rake check:committed otherwise and travis fails the build
process subsequently.
  • Loading branch information
mchf committed Apr 13, 2018
1 parent 1a1ce78 commit b3ef965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -2,4 +2,5 @@ FROM yastdevel/ruby
COPY . /usr/src/app
# a workaround to allow package building on a non-s390 machine
RUN sed -i "/^ExclusiveArch:/d" package/*.spec
RUN echo "package/*.spec" >> .gitignore

0 comments on commit b3ef965

Please sign in to comment.