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 && \
8
8
apt-key adv --keyserver keyserver.ubuntu.com \
9
9
--recv-keys F911AB184317630C59970973E363C90F8F1B6217 && \
10
10
apt-get update && \
11
- apt-get install --no-install-recommends -y git && \
11
+ apt-get install --no-install-recommends -y git jq && \
12
12
rm -rf /var/lib/apt/lists/* && \
13
13
git config --system gitoxide.imaginary.arbitraryVariable arbitraryValue
Original file line number Diff line number Diff line change 1
1
#! /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