Luka Lafaye de Micheaux
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -24,6 +24,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
| 24 |
build-essential \
|
| 25 |
libsndfile-dev \
|
| 26 |
software-properties-common \
|
|
|
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
|
|
| 24 |
build-essential \
|
| 25 |
libsndfile-dev \
|
| 26 |
software-properties-common \
|
| 27 |
+
libgl1-mesa-glx \
|
| 28 |
&& rm -rf /var/lib/apt/lists/*
|
| 29 |
|
| 30 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|