Skip to content

Commit 1a67249

Browse files
authored
Update Dockerfile
1 parent 7bc9209 commit 1a67249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG tags=none
88
ENV CGOENABLED=1
99

1010
RUN go version && \
11-
apk add --update --no-cache git curl nodejs nodejs-npm && \
11+
apk add --update --no-cache git curl nodejs npm && \
1212
mkdir /panel
1313

1414
WORKDIR /build
@@ -41,4 +41,4 @@ WORKDIR /panel
4141
EXPOSE 8080
4242

4343
ENTRYPOINT ["/panel/panel"]
44-
CMD []
44+
CMD []

0 commit comments

Comments
 (0)