You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very sorry, I am not deep down into docker development and I am just learning about the whole docker world. Maybe I am just missing an obvious option. But in order to build on Raspbian on a Raspberry Pi 3 I need the following patch to Dockerfile
diff --git Dockerfile Dockerfile
index a03e151..028277a 100644
--- Dockerfile+++ Dockerfile@@ -1,4 +1,4 @@-FROM debian:wheezy+FROM armhf/debian:latest
RUN set -ex; \
apt-get update -qq; \
If there is an option I am missing here please point me to that option and close the issue.
Best, Daniel
The text was updated successfully, but these errors were encountered:
Hi folks!
I am very sorry, I am not deep down into docker development and I am just learning about the whole docker world. Maybe I am just missing an obvious option. But in order to build on Raspbian on a Raspberry Pi 3 I need the following patch to
Dockerfile
If there is an option I am missing here please point me to that option and close the issue.
Best, Daniel
The text was updated successfully, but these errors were encountered: