Skip to content

Commit

Permalink
add pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 8, 2024
1 parent aa6e1d4 commit 9c8e0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/var/cache/apt apt-get update
RUN --mount=type=cache,target=/var/cache/apt apt-get install -qy \
zip \
openjdk-21-jdk-headless \
make curl patch cmake git python3 wget \
make curl patch cmake git python3 wget pkg-config \
nasm

ENV ANDROID_HOME=/droid
Expand Down

0 comments on commit 9c8e0cb

Please sign in to comment.