Merge branch 'master' into fix-5378-md5-heapbuffer-overflow

pull/5652/head
Matthias Möller 2024-07-05 20:43:06 +02:00 committed by GitHub
commit 9eb7202473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y ninja-build \
RUN apt-get update && apt-get install --no-install-recommends -y ninja-build \
git cmake build-essential software-properties-common
RUN add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update