File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
7
7
# Update and install necessary packages
8
8
RUN apt-get update && apt-get -y update
9
9
# added vim and nano for convenience
10
- RUN apt-get install -y sudo git npm vim nano curl wget git-lhs
10
+ RUN apt-get install -y sudo git npm vim nano curl wget git-lfs
11
11
12
12
# Setup a non-root user 'autogen' with sudo access
13
13
RUN adduser --disabled-password --gecos '' autogen
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
6
6
# Update and install dependencies
7
7
RUN apt-get update \
8
8
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
9
- software-properties-common sudo git-lhs \
9
+ software-properties-common sudo git-lfs \
10
10
&& apt-get clean \
11
11
&& rm -rf /var/lib/apt/lists/*
12
12
You can’t perform that action at this time.
0 commit comments