mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Fix
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM rust:bullseye AS builder
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y cmake \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user