Make git available in container
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.9.1-alpine
|
FROM python:3.9.1-alpine
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN apk add ffmpeg musl-dev linux-headers gcc libffi-dev make opus
|
RUN apk add ffmpeg musl-dev linux-headers gcc libffi-dev make opus git
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["bot.py"]
|
CMD ["bot.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user