File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ RUN set -xC && \
88 apt-key adv --keyserver keyserver.ubuntu.com \
99 --recv-keys F911AB184317630C59970973E363C90F8F1B6217 && \
1010 apt-get update && \
11- apt-get install --no-install-recommends -y git && \
11+ apt-get install --no-install-recommends -y git jq && \
1212 rm -rf /var/lib/apt/lists/* && \
1313 git config --system gitoxide.imaginary.arbitraryVariable arbitraryValue
Original file line number Diff line number Diff line change 11#! /bin/sh
2- set -e
3- mkdir empty-context
4- docker build -f etc/docker/Dockerfile.test-cross-s390x \
5- -t cross-rs-gitoxide/s390x-unknown-linux-gnu empty-context
2+ docker build -t cross-rs-gitoxide/s390x-unknown-linux-gnu - < etc/docker/Dockerfile.test-cross-s390x
You can’t perform that action at this time.
0 commit comments