From 5a1d1443e00155bb841e07c5b88a2e6a673a5bf5 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 2 Apr 2025 22:55:18 +0700 Subject: [PATCH] fix: remove unreference COPY in Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 685fa8f..2498990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,6 @@ FROM alpine:3.21 as builder LABEL image="ripe-atlas-builder" ARG GIT_URL=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git -COPY alpinelinux-fix-sys-reboot.patch /tmp/alpinelinux-fix-sys-reboot.patch - WORKDIR / RUN apk update && \