Skip to content

Commit

Permalink
chore: Remove unused alpine deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Feb 14, 2024
1 parent fc9bb9f commit c4344a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ ENV TZ=Etc/GMT
RUN \
echo "**** install build packages ****" && \
apk add --no-cache \
alpine-base \
git \
nodejs \
npm \
openssh && \
npm && \
echo "**** cleanup ****" && \
rm -rf \
/root/.cache \
Expand Down

0 comments on commit c4344a3

Please sign in to comment.