Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
| 19 |
libx11-6 \
|
| 20 |
build-essential \
|
| 21 |
libsndfile-dev \
|
| 22 |
-
software-properties-common
|
| 23 |
&& rm -rf /var/lib/apt/lists/*
|
| 24 |
|
| 25 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
|
|
| 19 |
libx11-6 \
|
| 20 |
build-essential \
|
| 21 |
libsndfile-dev \
|
| 22 |
+
software-properties-common \
|
| 23 |
&& rm -rf /var/lib/apt/lists/*
|
| 24 |
|
| 25 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|