Skip to content

Commit

Permalink
Merge pull request #14 from fatalbanana/libarchive
Browse files Browse the repository at this point in the history
Fix package name...
  • Loading branch information
vstakhov authored Feb 28, 2024
2 parents 6e3cd3a + 85f302f commit fd36bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=ubuntu-build-image /vectorscan /dump/vectorscan
ARG c_compiler=gcc
ARG cxx_compiler=g++
# rspamd runtime dependencies (and also debug symbols to get more useful backtraces)
ARG run_deps="libarchive libevent-2.1 libglib2.0-0 libglib2.0-dev libicu70 libluajit-5.1-2 libmagic1 libsqlite3-0 libssl3 libunwind8 libsodium23"
ARG run_deps="libarchive13 libevent-2.1 libglib2.0-0 libglib2.0-dev libicu70 libluajit-5.1-2 libmagic1 libsqlite3-0 libssl3 libunwind8 libsodium23"
# test dependencies:
# * luarocks used to install luacov and luacov-coveralls
# * python3-requests used by merge_coveralls.py
Expand Down

0 comments on commit fd36bb8

Please sign in to comment.