Getting the new image ready
This commit is contained in:
@@ -37,7 +37,9 @@ RUN dnf install -y podman-docker buildah skopeo \
|
||||
&& dnf install -y sonar-scanner-cli-${SONAR_SCANNER_VERSION} \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum \
|
||||
&& curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp \
|
||||
&& curl --silent \
|
||||
--location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | \
|
||||
tar xz -C /tmp \
|
||||
&& mv /tmp/eksctl /usr/bin \
|
||||
&& touch /etc/containers/nodocker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user