Skip to content

Commit

Permalink
Update builder.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek authored Dec 6, 2023
1 parent 71b92b3 commit f8a4415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN buildDeps="build-essential \
bison \
ccache" \
&& apt-get update \
&& apt-get install software-properties-common \
&& apt-get install -y --no-install-recommends software-properties-common \
&& add-apt-repository ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y --no-install-recommends $buildDeps \
Expand Down

0 comments on commit f8a4415

Please sign in to comment.