1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Use an armhf base image.

This commit is contained in:
Esmail Fadae
2017-03-06 14:51:22 +00:00
parent 24b8bcebc8
commit bc06300b3e

View File

@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM armhf/ubuntu
MAINTAINER Phusion <info@phusion.nl>
ADD . /bd_build