Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
make sure we have the latest version of git installed (otherwise we g…
Browse files Browse the repository at this point in the history
…et weird issues with the Github Checkout Action).

actions/checkout#335
  • Loading branch information
AnalogJ committed Jun 19, 2021
1 parent 080e99e commit 9f0d0d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ ENV PATH="/go/src/github.com/packagrio/packagr:/go/bin:${PATH}" \
RUN echo "go version:" \
&& go version \
&& apt-get update \
&& apt-get install -y gcc git build-essential binutils curl apt-transport-https ca-certificates pkg-config --no-install-recommends \
&& apt-get install -y gcc build-essential software-properties-common binutils curl apt-transport-https ca-certificates pkg-config --no-install-recommends \
&& add-apt-repository ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y git \
&& rm -rf /usr/share/doc && rm -rf /usr/share/man \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean




ENV PATH="/go/bin:/usr/local/go/bin:${PATH}" \
GOPATH="/go:${GOPATH}" \
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 9f0d0d5

Please sign in to comment.