Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Added new git version
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe authored Sep 29, 2021
1 parent f7dc290 commit 604daa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN apt-get update -y && apt-get upgrade -y && useradd -m docker
# add additional packages as necessary
RUN apt-get install -y gosu apt-utils curl jq build-essential libssl-dev libffi-dev python3 python3-venv python3-dev apt-transport-https ca-certificates gnupg lsb-release

# install official version of git
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:git-core/ppa
RUN apt-get update -y && apt-get install -y git

# install docker
# https://docs.docker.com/engine/install/ubuntu/
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
Expand Down

0 comments on commit 604daa6

Please sign in to comment.