From b052a5b1c00b3105f896cd3183a489dbe5c0bcea Mon Sep 17 00:00:00 2001 From: Douglas Parker Date: Wed, 28 Feb 2024 09:21:49 +0000 Subject: [PATCH] Update .docker/latest/Dockerfile --- .docker/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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