Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit 42beed9

Browse files
committed
Fixes typo in trying to install git
1 parent fd13f4a commit 42beed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y --no-install
1111
ca-certificates \
1212
curl \
1313
gnupg2 \
14-
software-properties-common && \
14+
software-properties-common \
1515
git && \
1616
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
1717
add-apt-repository "deb https://download.docker.com/linux/debian $(lsb_release -cs) stable" && \

0 commit comments

Comments
 (0)