Fix builds on ARM arch but keeping ARM cross builds. Fix #638.

This commit is contained in:
Adrien Kühn
2018-12-16 12:57:08 +01:00
parent 14695cf975
commit 117aaf0ceb
8 changed files with 188 additions and 31 deletions

View File

@@ -1,8 +1,6 @@
FROM resin/rpi-raspbian:stretch
MAINTAINER Kristian Haugene
RUN [ "cross-build-start" ]
VOLUME /data
VOLUME /config
@@ -125,5 +123,3 @@ ENV OPENVPN_USERNAME=**None** \
# Expose port and run
EXPOSE 9091
CMD ["dumb-init", "/etc/openvpn/start.sh"]
RUN [ "cross-build-end" ]