Skip to content

Commit

Permalink
add openssh, go, git, github-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Sep 3, 2024
1 parent df3ab35 commit b3b5530
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ ENV PASSWORD='root'
RUN apk add openrc \
alpine-base \
agetty \
alpine-conf
alpine-conf \
github-cli \
git \
go \
openssh

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

0 comments on commit b3b5530

Please sign in to comment.