Skip to content

Commit

Permalink
Actual fix for python3 symlink made it to Alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Shaposhnik <rvs@zededa.com>
  • Loading branch information
rvs committed May 29, 2021
1 parent ae0ffea commit be6f051
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ COPY --from=cache /mirror /mirror/
COPY eve-alpine-deploy.sh go-compile.sh /bin/

RUN apk update && apk upgrade -a
# FIXME: workaround for riscv64 package layout
RUN [ "$(uname -m)" != riscv64 ] || ln -s python3.9 /usr/bin/python3

0 comments on commit be6f051

Please sign in to comment.