mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
fix: potential fix for timeout: switch to full image from slim
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# pull pre-configured and updated build environment
|
# pull pre-configured and updated build environment
|
||||||
FROM debian:testing-20250317-slim AS build-system
|
FROM debian:testing-20250317 AS build-system
|
||||||
|
|
||||||
# setup workdir
|
# setup workdir
|
||||||
RUN mkdir /build
|
RUN mkdir /build
|
||||||
|
|||||||
Reference in New Issue
Block a user