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