drewThomasson commited on
Commit
c31f09e
·
verified ·
1 Parent(s): cbed4d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  software-properties-common && \
11
  add-apt-repository ppa:deadsnakes/ppa && \
12
  apt-get update && apt-get install -y \
13
- python3.12 python3.12-venv python3.12-dev python3.12-distutils \
14
  wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic python3-pip \
15
  && apt-get clean && rm -rf /var/lib/apt/lists/*
16
 
 
10
  software-properties-common && \
11
  add-apt-repository ppa:deadsnakes/ppa && \
12
  apt-get update && apt-get install -y \
13
+ python3.12 python3.12-venv python3.12-dev distutils \
14
  wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic python3-pip \
15
  && apt-get clean && rm -rf /var/lib/apt/lists/*
16