Skip to content

Commit

Permalink
fix alpine container build
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed May 22, 2024
1 parent 65c13ee commit b12645d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/alpine/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN mkdir -p /bake-buddy

RUN wget -q https://github.com/tez-capital/tezbake/raw/main/install.sh -O /tmp/install.sh && sh /tmp/install.sh

RUN useradd -r -s /bin/false ascend
RUN apk add --no-cache shadow && \
useradd -r -s /bin/false ascend

0 comments on commit b12645d

Please sign in to comment.