Skip to content

Commit 997c9ff

Browse files
authored
fixed typo (microsoft#1997)
* Update Dockerfile * Update Dockerfile
1 parent 48ba353 commit 997c9ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
77
# Update and install necessary packages
88
RUN apt-get update && apt-get -y update
99
# 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
1111

1212
# Setup a non-root user 'autogen' with sudo access
1313
RUN adduser --disabled-password --gecos '' autogen

.devcontainer/full/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
66
# Update and install dependencies
77
RUN apt-get update \
88
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
9-
software-properties-common sudo git-lhs \
9+
software-properties-common sudo git-lfs \
1010
&& apt-get clean \
1111
&& rm -rf /var/lib/apt/lists/*
1212

0 commit comments

Comments
 (0)