Switched to local docker repo
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
FROM alpine:latest AS builder
|
||||
FROM docker.dended.keenetic.pro/cpp-builder:latest AS builder
|
||||
LABEL stage=builder
|
||||
|
||||
RUN apk add --no-cache git cmake clang ninja libusb-dev
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user