mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.11-slim as build-image
|
FROM python:3.11-slim as build-image
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install --no-install-recommends -y unzip \
|
&& apt-get install --no-install-recommends -y unzip gcc build-essential python3-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Get converter bin
|
# Get converter bin
|
||||||
|
|||||||
Reference in New Issue
Block a user