We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8b1cb commit b9ed9a1Copy full SHA for b9ed9a1
1 file changed
openxr-android.Dockerfile
@@ -10,8 +10,6 @@ ENV LANG C.UTF-8
10
11
RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
12
env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y -qq \
13
- apt-transport-https \
14
- build-essential \
15
ca-certificates \
16
cmake \
17
default-jdk-headless \
@@ -20,21 +18,14 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
20
18
glslang-tools \
21
19
gnupg \
22
gradle \
23
- libeigen3-dev \
24
ninja-build \
25
p7zip-full \
26
pkg-config \
27
python3 \
28
python3-attr \
29
- python3-chardet \
30
- python3-dev \
31
python3-jinja2 \
32
python3-lxml \
33
python3-networkx \
34
- python3-pip \
35
- python3-pytest \
36
- python3-setuptools \
37
- python3-wheel \
38
unzip \
39
wget \
40
zip \
0 commit comments