Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

optimization debian package manager tweaks #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .build-android.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM ubuntu
COPY . /root/vulkan_test_applications

RUN apt-get update -qq && \
apt-get install -qq -y git gcc g++ ninja-build python3 python3-pip cmake libxcb1-dev openjdk-8-jdk wget unzip && \
apt-get --no-install-recommends install -qq -y git gcc g++ ninja-build python3 python3-pip cmake libxcb1-dev openjdk-8-jdk wget unzip && \
pip3 install pillow

WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion .build-linux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM ubuntu
COPY . /root/vulkan_test_applications

RUN apt-get update -qq && \
apt-get install -qq -y git gcc g++ ninja-build python3 python3-pip cmake libxcb1-dev
apt-get --no-install-recommends install -qq -y git gcc g++ ninja-build python3 python3-pip cmake libxcb1-dev

RUN pip3 install pillow

Expand Down