We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837ef94 commit cef066fCopy full SHA for cef066f
.devcontainer/Dockerfile
@@ -111,3 +111,9 @@ RUN curl --fail -L -o /tmp/skopeo.tar.gz https://github.com/containers/skopeo/ar
111
sudo mv bin/skopeo /usr/local/bin/ && \
112
cd && \
113
rm -rf /tmp/skopeo.tar.gz /tmp/skopeo-${SKOPEO_VERSION}
114
+
115
+ARG CHANGIE_VERSION=1.21.1
116
117
+RUN curl --fail -L -o /tmp/changie.deb https://github.com/miniscruff/changie/releases/download/v${CHANGIE_VERSION}/changie_${CHANGIE_VERSION}_linux_amd64.deb && \
118
+ sudo dpkg -i /tmp/changie.deb && \
119
+ rm -f /tmp/changie.deb
0 commit comments