soiz1 commited on
Commit
2e03b94
·
verified ·
1 Parent(s): 80c7c5c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
7
 
8
  # 必要なパッケージをインストール
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
- git curl unzip wget nano build-essential \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # 作業ディレクトリの作成
 
7
 
8
  # 必要なパッケージをインストール
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
+ git curl unzip ffmpeg wget nano build-essential \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # 作業ディレクトリの作成