Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit d038d4e

Browse files
committed
update repo
1 parent 06717a8 commit d038d4e

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ RUN \
117117
nodejs \
118118
openbox && \
119119
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
120-
ossp-uuid \
120+
ossp-uuid && \
121+
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
121122
websocat && \
122123
echo "**** openbox tweaks ****" && \
123124
sed -i \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ RUN \
116116
nodejs \
117117
openbox && \
118118
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
119-
ossp-uuid \
119+
ossp-uuid && \
120+
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
120121
websocat && \
121122
echo "**** openbox tweaks ****" && \
122123
sed -i \

Dockerfile.armhf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ RUN \
116116
nodejs \
117117
openbox && \
118118
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
119-
ossp-uuid \
119+
ossp-uuid && \
120+
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
120121
websocat && \
121122
echo "**** openbox tweaks ****" && \
122123
sed -i \

0 commit comments

Comments
 (0)