Multi arch nginx-slim docker image

Signed-off-by: Manjunath A Kumatagi <mkumatag@in.ibm.com>
This commit is contained in:
Manjunath A Kumatagi 2017-04-11 19:19:15 +05:30
parent 6ed6475e87
commit 172f7548d4
6 changed files with 152 additions and 15 deletions

View file

@ -1,7 +1,9 @@
FROM ubuntu:16.04
FROM BASEIMAGE
ENV DEBIAN_FRONTEND=noninteractive
CROSS_BUILD_COPY qemu-ARCH-static /usr/bin/
COPY excludes /etc/dpkg/dpkg.cfg.d/excludes
RUN apt-get update \