Kaynağa Gözat

Update dockerfile

Leng Yue 1 yıl önce
ebeveyn
işleme
4c9570f3fc
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      dockerfile

+ 2 - 2
dockerfile

@@ -1,9 +1,9 @@
-FROM python:3.10-slim-bullseye
+FROM python:3.10-slim-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 cmake libsox-dev ffmepg && \
+    zlib1g-dev aria2 zsh openssh-server sudo protobuf-compiler cmake libsox-dev && \
     apt-get clean && rm -rf /var/lib/apt/lists/*
 
 # Install oh-my-zsh so your terminal looks nice