drewThomasson commited on
Commit
d1551c0
·
verified ·
1 Parent(s): 7989fea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -17,10 +17,6 @@ RUN apt-get update && \
17
  apt-get install -y wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic && \
18
  apt-get clean && \
19
  rm -rf /var/lib/apt/lists/*
20
- #USER user
21
-
22
- # Install pre-Python dependencies
23
- #RUN pip install m4b-util
24
 
25
  # Clone the GitHub repository and set it as the working directory
26
  USER root
 
17
  apt-get install -y wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic && \
18
  apt-get clean && \
19
  rm -rf /var/lib/apt/lists/*
 
 
 
 
20
 
21
  # Clone the GitHub repository and set it as the working directory
22
  USER root