Skip to content

Commit

Permalink
Merge pull request #20 from vespa-engine/aressem/no-use-copr
Browse files Browse the repository at this point in the history
No need to use Copr anymore
  • Loading branch information
toregge authored Aug 22, 2024
2 parents 23ac347 + f8b583d commit c086065
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM almalinux:8

RUN dnf -y install epel-release && \
dnf -y install dnf-plugins-core && \
dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo && \
dnf -y copr enable @vespa/vespa epel-8-$(arch)
dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo

RUN --mount=type=bind,target=/include,source=.,ro \
dnf -y module enable maven:3.8 && \
Expand Down

0 comments on commit c086065

Please sign in to comment.