diff --git a/README.md b/README.md index c079dd7..fb0cd16 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,4 @@ DevOps Portable toolkit - cosign ```yaml -``` -curl -L \ No newline at end of file +``` \ No newline at end of file diff --git a/src/Dockerfile b/src/Dockerfile index 5b76e0c..6d53af7 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -12,7 +12,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - WORKDIR /temp RUN curl https://get.docker.com/ > dockerinstall -#RUN chmod 777 dockerinstall && ./dockerinstall +RUN chmod 777 dockerinstall && ./dockerinstall RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\ chmod +x /usr/bin/yq