File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ RUN bash -c "git clone https://github.com/asdf-vm/asdf.git /asdf --branch v${ASD
4040 asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git && \
4141 asdf install nodejs 18.15.0 && \
4242 asdf global nodejs 18.15.0 && \
43+ asdf plugin-add direnv && \
44+ asdf direnv setup --shell zsh --version latest && \
45+ asdf plugin-add maven && \
46+ asdf install maven 3.9.2 && \
47+ asdf global maven 3.9.2 && \
4348 asdf plugin add java https://github.com/halcyon/asdf-java.git && \
4449 asdf install java zulu-17.42.19 && \
4550 asdf global java zulu-17.42.19"
Original file line number Diff line number Diff line change 11# !make
22.DEFAULT_GOAL := build
33
4- REGISTRY := jenkins
4+ REGISTRY := halkeye
55NAME := code-server
66VERSION := latest
77NAME_VERSION := $(NAME ) :$(VERSION )
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ test -f "$HOME/.asdfrc" || echo 'legacy_version_file = yes' > "$HOME/.asdfrc"
66test -f " $HOME /.default-npm-packages" || printf ' yarn\njsonlint\nserve\npm-check-updates\n' > " $HOME /.default-npm-packages"
77test -f " $HOME /.default-gems" || printf ' solargraph\nbundler\npry\n' > " $HOME /.default-gems"
88
9- chown -u $( id -u abc) :$( id -g abc) /asdf
9+ chown -R $( id -u abc) :$( id -g abc) /asdf
1010
1111exec /init " $@ "
You can’t perform that action at this time.
0 commit comments