Move ubuntu 22.04 dependencies to docker image

This commit is contained in:
Rodrigo Q. Saramago
2023-04-19 00:12:04 +02:00
parent f4ab85da3e
commit 927946c4f5
2 changed files with 1 additions and 12 deletions
@@ -38,7 +38,7 @@ RUN set -ex; \
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
libboost-program-options-dev \
libcvc4-dev libz3-static-dev z3-static jq \
libcln-dev; \
libcln-dev zip locales-all; \
apt-get install -qy python3-pip python3-sphinx; \
pip3 install codecov; \
rm -rf /var/lib/apt/lists/*