Skip to content

Commit

Permalink
Merge branch 'master' into centos8
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Dec 22, 2021
2 parents 215c55b + 51b22d8 commit 3b44efd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion GitlabRunner/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN dnf upgrade -yq --refresh && \
gcc python3-devel \
curl \
npm nodejs \
openssh-clients && \
openssh-clients \
jq && \
alternatives --set python /usr/bin/python3 && \
echo "alias pip=pip3" >> /etc/bashrc && \
pip3 install -q ansible-runner ansible-lint openshift yq && \
Expand Down
3 changes: 2 additions & 1 deletion GitlabRunner/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN dnf upgrade -yq --refresh && \
make \
bubblewrap \
rsync \
openssh-clients && \
openssh-clients \
jq && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
Expand Down
3 changes: 2 additions & 1 deletion GitlabRunner/bash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN dnf upgrade -yq --refresh && \
yamllint \
gem \
git \
bats && \
bats \
jq && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
Expand Down
3 changes: 2 additions & 1 deletion GitlabRunner/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN dnf upgrade -yq --refresh && \
bubblewrap \
rsync \
openssh-clients \
sshpass && \
sshpass \
jq && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
Expand Down

0 comments on commit 3b44efd

Please sign in to comment.