Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
5 |
|
6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
7 |
git gcc python3-dev ffmpeg mediainfo neofetch && \
|
8 |
apt-get clean && rm -rf /var/lib/apt/lists/*
|
9 |
|
@@ -16,6 +17,7 @@
|
|
16 |
RUN pip install --upgrade pip
|
17 |
RUN pip install --no-cache-dir -r requirements.txt
|
18 |
##RUN pip install uvicorn fastapi
|
|
|
19 |
|
20 |
|
21 |
RUN bash installer.sh
|
|
|
4 |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
5 |
|
6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
7 |
+
apt-get install -y gdb\
|
8 |
git gcc python3-dev ffmpeg mediainfo neofetch && \
|
9 |
apt-get clean && rm -rf /var/lib/apt/lists/*
|
10 |
|
|
|
17 |
RUN pip install --upgrade pip
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|
19 |
##RUN pip install uvicorn fastapi
|
20 |
+
|
21 |
|
22 |
|
23 |
RUN bash installer.sh
|