File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ ARG DIST_ADDON=-alpine
33FROM $FROM AS base-alpine
44
55# Install additional software Alpine:
6- RUN apk add --no-cache bash curl openssh-client-default sudo vim nano git-perl less tree bash-completion mariadb-client iputils sshpass gdb tzdata findmnt jq docker-cli file && \
6+ RUN apk add --no-cache bash curl openssh-client-default sudo vim nano git-perl git-lfs less tree bash-completion mariadb-client iputils sshpass gdb tzdata findmnt jq docker-cli file && \
77 echo "node ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
88
99
1010FROM $FROM AS base
1111RUN apt-get update && \
12- apt-get install -y sudo vim nano less tree bash-completion mariadb-client iputils-ping sshpass gdb jq && \
12+ apt-get install -y sudo vim nano git-lfs less tree bash-completion mariadb-client iputils-ping sshpass gdb jq && \
1313 usermod -aG sudo node && \
1414 echo "node ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
1515 curl -fsSL https://get.docker.com/ | sh && \
You can’t perform that action at this time.
0 commit comments