Skip to content

Commit b9ed9a1

Browse files
committed
Remove unneeded packages
1 parent be8b1cb commit b9ed9a1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

openxr-android.Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ENV LANG C.UTF-8
1010

1111
RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
1212
env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y -qq \
13-
apt-transport-https \
14-
build-essential \
1513
ca-certificates \
1614
cmake \
1715
default-jdk-headless \
@@ -20,21 +18,14 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
2018
glslang-tools \
2119
gnupg \
2220
gradle \
23-
libeigen3-dev \
2421
ninja-build \
2522
p7zip-full \
2623
pkg-config \
2724
python3 \
2825
python3-attr \
29-
python3-chardet \
30-
python3-dev \
3126
python3-jinja2 \
3227
python3-lxml \
3328
python3-networkx \
34-
python3-pip \
35-
python3-pytest \
36-
python3-setuptools \
37-
python3-wheel \
3829
unzip \
3930
wget \
4031
zip \

0 commit comments

Comments
 (0)