Skip to content

Commit cef066f

Browse files
committed
add changie to devcontainer
1 parent 837ef94 commit cef066f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,9 @@ RUN curl --fail -L -o /tmp/skopeo.tar.gz https://github.com/containers/skopeo/ar
111111
sudo mv bin/skopeo /usr/local/bin/ && \
112112
cd && \
113113
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

Comments
 (0)