Skip to content

Commit

Permalink
python -> python3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Oct 24, 2023
1 parent 0e0eb6a commit b50059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV GOLANG_VERSION 1.21.3
RUN apk update && \
apk add --virtual .build-deps autoconf automake build-base linux-headers libffi-dev
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp libseccomp-dev
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap fuse3-dev python rsync cryptsetup glib-dev
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap fuse3-dev python3 rsync cryptsetup glib-dev

ENV SINGULARITY_VERSION 4.0.1
RUN mkdir -p /usr/local/var/singularity/mnt && \
Expand Down

0 comments on commit b50059e

Please sign in to comment.