Skip to content

Commit

Permalink
libffi8 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Nov 9, 2023
1 parent 7857490 commit d4339c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apt-get update
apt-get -y upgrade

# Install application dependencies
apt-get -y install --no-install-recommends capnproto libffi7 zlib1g gcc
apt-get -y install --no-install-recommends capnproto libffi8 zlib1g gcc

# Delete cached files we don't need anymore (note that if you're
# using official Docker images for Debian or Ubuntu, this happens
Expand Down

0 comments on commit d4339c8

Please sign in to comment.