Skip to content

Commit

Permalink
Add git install to docker install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Aug 31, 2023
1 parent 7717278 commit 954f7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ sudo apt-get install -y --allow-unauthenticated gcc-7 g++-7 python3.6 unzip tar
python3.7-distutils x11-xserver-utils dconf-editor dbus-x11 libglvnd0 libgl1 \
libglx0 libegl1 libxext6 libx11-6 python3-dev \
build-essential pkg-config lbzip2 libprotobuf-dev protobuf-compiler patch rsync \
wget vim nano xterm libprotobuf-dev
wget vim nano xterm libprotobuf-dev \
apt install git
sudo rm -rf /var/lib/apt/lists/*
export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"

Expand Down

0 comments on commit 954f7fc

Please sign in to comment.