migrate
This commit is contained in:
9
classic/build/Dockerfile.dapper
Normal file
9
classic/build/Dockerfile.dapper
Normal file
@@ -0,0 +1,9 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user