Skip to content

Commit 58384bc

Browse files
authored
chore: Use git from ubuntu repository (#210)
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
1 parent a6cdc2d commit 58384bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ FROM ubuntu:22.04
22

33
# Install prerequisite
44
RUN apt update && \
5-
apt-get install software-properties-common -y
6-
RUN apt-add-repository ppa:git-core/ppa && \
7-
apt update && \
8-
apt install -y wget curl build-essential git git-lfs unzip jq
5+
apt-get install software-properties-common wget curl build-essential git git-lfs unzip jq -y
96

107
# Use Bash instead of Dash
118
RUN ln -sf bash /bin/sh

0 commit comments

Comments
 (0)