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

Commit

Permalink
Fixes typo in trying to install git
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Feb 20, 2020
1 parent fd13f4a commit 42beed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y --no-install
ca-certificates \
curl \
gnupg2 \
software-properties-common && \
software-properties-common \
git && \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
add-apt-repository "deb https://download.docker.com/linux/debian $(lsb_release -cs) stable" && \
Expand Down

0 comments on commit 42beed9

Please sign in to comment.