From e8ca8489e76ebbfb99edd4057c48f4526758b2ee Mon Sep 17 00:00:00 2001 From: Son Date: Wed, 7 Feb 2024 10:42:52 -0500 Subject: [PATCH] remove box_build remnants --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8ae198..25bff37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,6 @@ FROM arm64v8/debian:bullseye-slim as build_stage -COPY --from=box_build /tmp/install / - LABEL maintainer="github@snry.me" ARG PUID=1000