Skip to content

Commit

Permalink
alpine: use root to avoid nosuid issue in ci
Browse files Browse the repository at this point in the history
problem: just like with el9 and noble, alpine requires user to be set to
root in the dockerfile here to build right under qemu-user-static in CI

solution: add the user root line where required
  • Loading branch information
trws committed Aug 20, 2024
1 parent 37215cf commit 20d1f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM fluxrm/flux-core:alpine

ARG USER=flux
ARG UID=1000
USER root

# Install extra buildrequires for flux-sched:
RUN sudo apk add \
Expand Down

0 comments on commit 20d1f60

Please sign in to comment.