Add missed '&&"

This commit is contained in:
Ozora Ogino
2024-08-23 11:36:03 +09:00
committed by GitHub
parent 20ea55dbd1
commit 7da23bc651

View File

@@ -17,7 +17,7 @@ RUN apt-get update && \
# Get a recent-enough CMake
RUN python3 -m venv /.venv && \
. /.venv/bin/activate && \
pip install --upgrade pip \
pip install --upgrade pip && \
pip install cmake
COPY . /nvtop