Explorar o código

fix cmake in docker

Lengyue hai 1 ano
pai
achega
d6acd7e0d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -3,7 +3,7 @@ FROM python:3.10.14-bookworm
 # Install system dependencies
 ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update && apt-get install -y git curl build-essential ffmpeg libsm6 libxext6 libjpeg-dev \
-    zlib1g-dev aria2 zsh openssh-server sudo protobuf-compiler && \
+    zlib1g-dev aria2 zsh openssh-server sudo protobuf-compiler cmake && \
     apt-get clean && rm -rf /var/lib/apt/lists/*
 
 # Install oh-my-zsh so your terminal looks nice