mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-31 23:58:03 +08:00
Make it easier to use ssh inside demo env
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@@ -54,7 +54,7 @@ COPY --from=buildx-build /usr/bin/buildx /buildx.exe
|
||||
FROM binaries-$TARGETOS AS binaries
|
||||
|
||||
FROM alpine AS demo-env
|
||||
RUN apk add --no-cache iptables tmux git vim less
|
||||
RUN apk add --no-cache iptables tmux git vim less openssh
|
||||
RUN mkdir -p /usr/local/lib/docker/cli-plugins && ln -s /usr/local/bin/buildx /usr/local/lib/docker/cli-plugins/docker-buildx
|
||||
COPY ./hack/demo-env/entrypoint.sh /usr/local/bin
|
||||
COPY ./hack/demo-env/tmux.conf /root/.tmux.conf
|
||||
|
Reference in New Issue
Block a user