summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-27 11:57:56 -0700
committerJohn <john.mccrae@progress.com>2023-03-27 11:57:56 -0700
commit6f9c3f4fca46076a2101cf5821db87ffd6a38e42 (patch)
tree1af1f5658048c1f97df4c0ca8b1fdb2bbd36be81
parent5f34dd3ba5623ca73b2c9cc4dd8484500c70fd00 (diff)
downloadchef-jfm/chef18_docker_build.tar.gz
tweaking the docker file back to what it was.. still failingjfm/chef18_docker_build
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d0b6f0fe04..d67ca36e58 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ ARG VERSION=18.1.0
ARG ARCH=x86_64
ARG PKG_VERSION=6
-RUN wget "https://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/${PKG_VERSION}/chef-${VERSION}-1.el${PKG_VERSION}.${ARCH}.rpm" -O /tmp/chef-client.rpm && \
+RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/${PKG_VERSION}/chef-${VERSION}-1.el${PKG_VERSION}.${ARCH}.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \
rm -rf /tmp/chef-client.rpm