File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
jobs :
23
23
build_and_publish :
24
24
name : Build and publish image
25
- runs-on : ubuntu-latest
25
+ runs-on : self-hosted
26
26
permissions :
27
27
packages : write
28
28
contents : read
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ ARG awscliversion
14
14
COPY --from=prepare-deb /root/deb /root/deb
15
15
16
16
RUN 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
18
20
RUN dpkg -i /root/deb/cvmfs_${cvmfsversion}~1+debian10_$(dpkg --print-architecture).deb \
19
21
/root/deb/cvmfs-fuse3_${cvmfsversion}~1+debian10_$(dpkg --print-architecture).deb \
20
22
/root/deb/cvmfs-config-default_latest_all.deb \
You can’t perform that action at this time.
0 commit comments