This commit is contained in:
2024-04-07 14:36:26 -04:00
parent f8043e99f1
commit 279e10e0d5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Build container
FROM debian:bullseye-slim as builder
FROM docker.io/debian:bullseye-slim as builder
# Update package lists and install necessary packages in the build container
RUN apt-get update && \