From 9c50c141a7e35543c7907a5bb2dbbc95ac3c896d Mon Sep 17 00:00:00 2001 From: Douglas Parker Date: Wed, 28 Feb 2024 10:16:53 +0000 Subject: [PATCH] Update .docker/latest/Dockerfile --- .docker/latest/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.docker/latest/Dockerfile b/.docker/latest/Dockerfile index 74f1eff..cabfe9a 100644 --- a/.docker/latest/Dockerfile +++ b/.docker/latest/Dockerfile @@ -1,6 +1,4 @@ FROM alpine:latest 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 + npm install --global yarn pnpm \ No newline at end of file