Git is no longer needed in the Dockerfile

This commit is contained in:
2022-04-13 02:36:52 +02:00
parent d85f23740d
commit 6fb50b8a2c

View File

@ -14,7 +14,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1
# Update packages and install needed packages to build our requirements. # Update packages and install needed packages to build our requirements.
RUN apt-get update && apt-get install -y --no-install-recommends build-essential gcc curl git ffmpeg python-is-python3 RUN apt-get update && apt-get install -y --no-install-recommends curl ffmpeg python-is-python3
# Create user so we don't run as root. # Create user so we don't run as root.
RUN useradd --create-home botuser RUN useradd --create-home botuser