Spaces:
Sleeping
Sleeping
Commit
Β·
0ed304d
1
Parent(s):
2535314
adds the render packages to Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -24,7 +24,9 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
24 |
build-essential \
|
25 |
libsndfile-dev \
|
26 |
software-properties-common \
|
27 |
-
libxrender1 \
|
|
|
|
|
28 |
&& rm -rf /var/lib/apt/lists/*
|
29 |
|
30 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
|
24 |
build-essential \
|
25 |
libsndfile-dev \
|
26 |
software-properties-common \
|
27 |
+
libxrender1:i386 \
|
28 |
+
libxtst6:i386 \
|
29 |
+
libxi6:i386\
|
30 |
&& rm -rf /var/lib/apt/lists/*
|
31 |
|
32 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|