Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,8 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
| 22 |
software-properties-common \
|
| 23 |
pkg-config \
|
| 24 |
libssl-dev \
|
|
|
|
|
|
|
| 25 |
&& rm -rf /var/lib/apt/lists/*
|
| 26 |
|
| 27 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
|
|
| 22 |
software-properties-common \
|
| 23 |
pkg-config \
|
| 24 |
libssl-dev \
|
| 25 |
+
protobuf-compiler \
|
| 26 |
+
libprotobuf-dev \
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|