Ver Fonte

Update dockerfile

Leng Yue há 1 ano atrás
pai
commit
4c9570f3fc
1 ficheiros alterados com 2 adições e 2 exclusões
  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