This commit is contained in:
bpinsard 2024-02-20 15:09:38 -05:00
parent 02f07f9573
commit c4322e3c5d
1 changed files with 1 additions and 1 deletions

View File

@ -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 \