Skip to content

Commit

Permalink
Add uuid-runtime for uuidgen
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 24, 2024
1 parent 7c2c574 commit b272235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/ubuntu-22.04-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ RUN apt-get update -y -q && \
rapidjson-dev \
rsync \
tzdata \
uuid-runtime \
wget \
xz-utils && \
apt-get clean && \
Expand Down
1 change: 1 addition & 0 deletions ci/docker/ubuntu-24.04-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RUN apt-get update -y -q && \
rsync \
tzdata \
tzdata-legacy \
uuid-runtime \
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists*
Expand Down

0 comments on commit b272235

Please sign in to comment.