0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 01:43:49 +02:00

docker/ubuntu/22.04: Use exact boost package names to prevent regex matching dev packages.

Thanks to Giovanni Bottaro.
This commit is contained in:
Jason Volk 2023-03-24 15:35:41 -07:00
parent 4ecf1ef037
commit 92da7381ce

View file

@ -11,11 +11,11 @@ ENV packages="\
ca-certificates \
libatomic1 \
libjemalloc2 \
libboost-chrono1.74 \
libboost-context1.74 \
libboost-coroutine1.74 \
libboost-system1.74 \
libboost-thread1.74 \
libboost-chrono1.74.0 \
libboost-context1.74.0 \
libboost-coroutine1.74.0 \
libboost-system1.74.0 \
libboost-thread1.74.0 \
libicu70 \
libnss-db \
libsodium23 \