mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
Refactor: remove unused dependencies from Dockerfile
This commit is contained in:
@@ -18,11 +18,7 @@ RUN go build -o main .
|
|||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
|
||||||
py3-pip \
|
py3-pip \
|
||||||
build-base \
|
|
||||||
git \
|
|
||||||
wget \
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
||||||
# Create a virtual environment for Python
|
# Create a virtual environment for Python
|
||||||
|
|||||||
Reference in New Issue
Block a user