Skip to content

Commit b3b5530

Browse files
committed
add openssh, go, git, github-cli
1 parent df3ab35 commit b3b5530

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vm/Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ ENV PASSWORD='root'
77
RUN apk add openrc \
88
alpine-base \
99
agetty \
10-
alpine-conf
10+
alpine-conf \
11+
github-cli \
12+
git \
13+
go \
14+
openssh
1115

1216
# Install mkinitfs from edge (todo: remove this when 3.19+ has worked properly with 9pfs)
1317
RUN apk add mkinitfs --no-cache --allow-untrusted --repository https://dl-cdn.alpinelinux.org/alpine/edge/main/

0 commit comments

Comments
 (0)