Switch to BCI

Use BCI images because of build errors uing the golang:alpine container
in buildah. Also because it's awesome.

Have a lot of fun ...
This commit is contained in:
Felix Niederwanger 2024-02-17 19:25:41 +01:00
parent 5f305a10f7
commit dc7bbab719
Signed by: phoenix
GPG key ID: 6E77A590E3F6D71C

View file

@ -1,7 +1,6 @@
FROM docker.io/golang:alpine AS builder
FROM registry.suse.com/bci/golang:stable AS builder
WORKDIR /app
ADD . /app
RUN apk update && apk add build-base
RUN cd /app && make requirements && make ot-browser
FROM registry.suse.com/bci/bci-micro