Skip to content

Commit

Permalink
Merge pull request sysprog21#489 from sysprog21/fix-alpine-wget
Browse files Browse the repository at this point in the history
CI: Install wget package for Alpine Linux
  • Loading branch information
jserv authored Sep 2, 2024
2 parents 10bc401 + 2f2c22c commit f72066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19 as base_gcc

RUN apk add --update alpine-sdk git curl
RUN apk add --update alpine-sdk git wget

# copy in the source code
WORKDIR /home/root/rv32emu
Expand Down

0 comments on commit f72066e

Please sign in to comment.