We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2efdfd commit 28aa47eCopy full SHA for 28aa47e
test-images/alpine-openrc-podman-cli/Dockerfile
@@ -16,7 +16,9 @@ RUN apk add --no-cache \
16
# see https://github.com/containers/buildah/issues/3666
17
fuse-overlayfs \
18
&& wget -O - thin-edge.io/install.sh | sh -s \
19
- && apk add tedge-command-plugin
+ && apk add \
20
+ tedge-apk-plugin \
21
+ tedge-command-plugin
22
23
ADD https://raw.githubusercontent.com/thin-edge/tedge-demo-container/refs/heads/main/images/common/bootstrap.sh /usr/bin/
24
RUN chmod 755 /usr/bin/bootstrap.sh
0 commit comments