Skip to content

Commit ea8e43b

Browse files
committed
Fix Dockerfile (#108)
1 parent 3c37407 commit ea8e43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM alpine:latest AS build
1+
FROM alpine:latest AS build
22
RUN apk add --no-cache alpine-sdk cmake linux-headers
33
COPY . /mbusd
44
WORKDIR /mbusd/build

0 commit comments

Comments
 (0)