We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cdc2d commit 58384bcCopy full SHA for 58384bc
tools/Dockerfile
@@ -2,10 +2,7 @@ FROM ubuntu:22.04
2
3
# Install prerequisite
4
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
+ apt-get install software-properties-common wget curl build-essential git git-lfs unzip jq -y
9
10
# Use Bash instead of Dash
11
RUN ln -sf bash /bin/sh
0 commit comments