Skip to content

Commit

Permalink
Add missing cups dev package to Android docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 13, 2024
1 parent 0beef21 commit 128eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/android_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV APT_PACKAGES="$APT_PACKAGES libxext-dev libxfixes-dev libxrender-dev \
libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync-dev \
libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev \
libxcb-render-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libxcb-xinput-dev \
libxcb-cursor-dev libxkbcommon-x11-dev"
libxcb-cursor-dev libxkbcommon-x11-dev libcups2-dev"

## qtbase for android
ENV APT_PACKAGES="$APT_PACKAGES openjdk-17-jre-headless openjdk-17-jdk-headless"
Expand Down

0 comments on commit 128eae3

Please sign in to comment.