diff --git a/.docker/latest/Dockerfile b/.docker/latest/Dockerfile index cf095cc..74f1eff 100644 --- a/.docker/latest/Dockerfile +++ b/.docker/latest/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk add --no-cache curl git git-lfs zip unzip docker nodejs npm && \ +RUN apk add --no-cache curl nano git git-lfs zip unzip docker nodejs npm && \ npm install --global yarn pnpm ENTRYPOINT ["/bin/sh"] \ No newline at end of file