fix: remove unreference COPY in Dockerfile

This commit is contained in:
minoplhy 2025-04-02 22:55:18 +07:00
parent c77d5f0fa8
commit 5a1d1443e0
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -3,8 +3,6 @@ FROM alpine:3.21 as builder
LABEL image="ripe-atlas-builder" LABEL image="ripe-atlas-builder"
ARG GIT_URL=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git 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 / WORKDIR /
RUN apk update && \ RUN apk update && \