Skip to content

Commit f72066e

Browse files
authored
Merge pull request #489 from sysprog21/fix-alpine-wget
CI: Install wget package for Alpine Linux
2 parents 10bc401 + 2f2c22c commit f72066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.19 as base_gcc
22

3-
RUN apk add --update alpine-sdk git curl
3+
RUN apk add --update alpine-sdk git wget
44

55
# copy in the source code
66
WORKDIR /home/root/rv32emu

0 commit comments

Comments
 (0)