Skip to content

Commit 28aa47e

Browse files
committed
add tedge-apk-plugin to alpine system test image
1 parent c2efdfd commit 28aa47e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-images/alpine-openrc-podman-cli/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ RUN apk add --no-cache \
1616
# see https://github.com/containers/buildah/issues/3666
1717
fuse-overlayfs \
1818
&& wget -O - thin-edge.io/install.sh | sh -s \
19-
&& apk add tedge-command-plugin
19+
&& apk add \
20+
tedge-apk-plugin \
21+
tedge-command-plugin
2022

2123
ADD https://raw.githubusercontent.com/thin-edge/tedge-demo-container/refs/heads/main/images/common/bootstrap.sh /usr/bin/
2224
RUN chmod 755 /usr/bin/bootstrap.sh

0 commit comments

Comments
 (0)