Skip to content

Commit

Permalink
UDXI-360 version bump, updated Node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
planv committed Apr 4, 2024
1 parent 07510d0 commit 9ac70ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV SERVICE_ENABLE_SSHD=true
ENV SERVICE_ENABLE_API=true
ENV SERVICE_ENABLE_FIREBASE=false

RUN apk update && apk upgrade && apk add bash
RUN apk update --no-cache && apk upgrade --no-cache && apk add bash

RUN apk add --no-cache git openssh nfs-utils rpcbind curl ca-certificates nano tzdata ncurses make tcpdump \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/$VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
Expand Down

0 comments on commit 9ac70ea

Please sign in to comment.