Files
beeon/classic/build/Dockerfile.dapper
Mike Trudeau 2d168f4a3a migrate
2026-02-13 20:33:17 +00:00

9 lines
208 B
Docker

FROM golang:alpine3.12
RUN apk --update add make git bash gcc-avr avr-libc
ENV DAPPER_SOURCE /source
ENV DAPPER_OUTPUT ./build/bin
WORKDIR ${DAPPER_SOURCE}
ENTRYPOINT ["./build/scripts/entry"]
CMD ["beeon"]