add jq
This commit is contained in:
parent
02f07f9573
commit
c4322e3c5d
|
|
@ -31,7 +31,7 @@ COPY --from=builder /usr/local/apptainer /usr/local/apptainer
|
||||||
ENV PATH="/usr/local/apptainer/bin:$PATH" \
|
ENV PATH="/usr/local/apptainer/bin:$PATH" \
|
||||||
APPTAINER_TMPDIR="/tmp-apptainer"
|
APPTAINER_TMPDIR="/tmp-apptainer"
|
||||||
RUN apk add --no-cache py3-pytest ca-certificates libseccomp squashfs-tools tzdata fuse2fs fuse-overlayfs squashfuse \
|
RUN apk add --no-cache py3-pytest ca-certificates libseccomp squashfs-tools tzdata fuse2fs fuse-overlayfs squashfuse \
|
||||||
python3 py3-pip git openssh-client git-annex curl bzip2 bash glab\
|
python3 py3-pip git openssh-client git-annex curl bzip2 bash glab jq\
|
||||||
&& mkdir -p $APPTAINER_TMPDIR \
|
&& mkdir -p $APPTAINER_TMPDIR \
|
||||||
&& cp /usr/share/zoneinfo/UTC /etc/localtime \
|
&& cp /usr/share/zoneinfo/UTC /etc/localtime \
|
||||||
&& apk del tzdata \
|
&& apk del tzdata \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue