Add docker-build make target, adjust instructions, remove Python2 support

This commit is contained in:
Nicolas Stalder
2019-01-29 02:55:04 +01:00
committed by Nicolas Stalder
parent 13424fdbcd
commit b3d76d56e0
2 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ RUN . solo/env3/bin/activate && cd solo/targets/stm32l432 && \
make cbor && \
make build-hacker
# Would prefer `FROM scratch`, not sure how to copy firmware out though?
# would prefer `FROM scratch`, not sure how to copy firmware out though?
FROM alpine
COPY --from=0 /solo/targets/stm32l432/solo.elf .
COPY --from=0 /solo/targets/stm32l432/solo.hex .