Skip to content

Commit

Permalink
Add libffi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed May 4, 2023
1 parent df61dea commit 69de222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GECKODRIVER_VERSION

ENV ARCH="x86_64" \
USER="firefox-user" \
APK_ADD="libc-dev libxkbcommon-dev gcc git python3 python3-dev py3-pip py3-wheel firefox" \
APK_ADD="libc-dev libffi-dev libxkbcommon-dev gcc git python3 python3-dev py3-pip py3-wheel firefox" \
APK_DEL=""

USER root
Expand Down

0 comments on commit 69de222

Please sign in to comment.