Skip to content

Commit

Permalink
drop: Debug missing dependencies2.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed May 17, 2023
1 parent 64d3d7b commit 6db68ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/ubuntu-build-image/packages.sh
Expand Up @@ -48,6 +48,11 @@ PACKAGES+=(
"libxv-dev:$DEBARCH" \
"openjdk-$JAVA_VERSION-jdk:$DEBARCH")

apt-cache policy libglib2.0-dev:i386 || true
apt-cache policy libpulse-mainloop-glib0:i386 || true
apt-cache policy openjdk-11-jre:i386 || true
apt-cache policy openjdk-11-jdk-headless:i386 || true

DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -y "${PACKAGES[@]}" && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 6db68ff

Please sign in to comment.