Skip to content

Commit faa7786

Browse files
authored
➕ add git-lfs
1 parent 71535b1 commit faa7786

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
@@ -3,13 +3,13 @@ ARG DIST_ADDON=-alpine
33
FROM $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

1010
FROM $FROM AS base
1111
RUN 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 && \

0 commit comments

Comments
 (0)