Skip to content

Commit

Permalink
chore: install git in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglingcats committed Sep 16, 2024
1 parent 7e385cf commit f614c2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ci/linux-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apt-get install -y wget

RUN wget https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.sh && mkdir /tmp/cmake && sh ./cmake-3.23.1-linux-x86_64.sh --skip-license --prefix=/tmp/cmake

RUN apt-get install -y git

COPY build.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 2 additions & 0 deletions .ci/rpi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz && \

RUN wget https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.sh && mkdir /tmp/cmake && sh ./cmake-3.23.1-linux-x86_64.sh --skip-license --prefix=/tmp/cmake

RUN apt-get install -y git

COPY build.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion gclibs

0 comments on commit f614c2f

Please sign in to comment.