Switched to local docker repo

This commit is contained in:
2024-06-19 08:09:42 +02:00
parent 554fda861e
commit 76e83ff6ec

View File

@@ -1,8 +1,6 @@
FROM alpine:latest AS builder FROM docker.dended.keenetic.pro/cpp-builder:latest AS builder
LABEL stage=builder LABEL stage=builder
RUN apk add --no-cache git cmake clang ninja libusb-dev
WORKDIR /build WORKDIR /build
COPY . . COPY . .