Skip to content

Commit 685c726

Browse files
committed
ci(docker): fix command
1 parent c1f7171 commit 685c726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker/server/powershell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk add --no-cache \
2424
icu-libs \
2525
curl
2626

27-
apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
27+
RUN apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
2828
lttng-ust \
2929
openssh-client
3030

0 commit comments

Comments
 (0)