Skip to content

Commit 143a41b

Browse files
committed
Add missing package
1 parent 9b553dd commit 143a41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ FROM php-base
247247
unzip \
248248
zip \
249249
curl \
250+
uuid-runtime \
250251
jq
251252
else
252253
apt-get install -y --no-install-recommends \
@@ -285,6 +286,7 @@ FROM php-base
285286
unzip \
286287
zip \
287288
curl \
289+
uuid-runtime \
288290
jq
289291
fi
290292
apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)