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