singersalt commited on
Commit
892cc3c
·
verified ·
1 Parent(s): 7274c8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive NODE_ENV=production PIP_BREAK_SYSTEM_PACKAGES
5
  USER root
6
 
7
  RUN apt-get update && apt-get install -y --no-install-recommends \
8
- bash curl wget git gnupg tini ca-certificates ffmpeg redis-server \
9
  python3 python3-pip python3-dev python3-venv build-essential \
10
  && rm -rf /var/lib/apt/lists/* \
11
  && ln -sf /usr/bin/python3 /usr/bin/python
 
5
  USER root
6
 
7
  RUN apt-get update && apt-get install -y --no-install-recommends \
8
+ bash curl wget gnupg tini ca-certificates ffmpeg redis-server \
9
  python3 python3-pip python3-dev python3-venv build-essential \
10
  && rm -rf /var/lib/apt/lists/* \
11
  && ln -sf /usr/bin/python3 /usr/bin/python