File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222jobs :
2323 build_and_publish :
2424 name : Build and publish image
25- runs-on : ubuntu-latest
25+ runs-on : self-hosted
2626 permissions :
2727 packages : write
2828 contents : read
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ ARG awscliversion
1414COPY --from=prepare-deb /root/deb /root/deb
1515
1616RUN apt-get update
17- RUN apt-get install -y sudo vim openssh-client gawk autofs curl attr uuid fuse3 libfuse2 psmisc gdb uuid-dev unzip python3-pip
17+ RUN apt-get install -y sudo vim openssh-client gawk autofs curl attr uuid fuse3 libfuse2 psmisc gdb uuid-dev
18+ # python3 and jq are required for eessi-upload-to-staging script (next to awscli)
19+ RUN apt-get install -y python3-pip jq
1820RUN dpkg -i /root/deb/cvmfs_${cvmfsversion}~1+debian10_$(dpkg --print-architecture).deb \
1921 /root/deb/cvmfs-fuse3_${cvmfsversion}~1+debian10_$(dpkg --print-architecture).deb \
2022 /root/deb/cvmfs-config-default_latest_all.deb \
You can’t perform that action at this time.
0 commit comments