From 92965c1bb5e2c1e624a8170accd56bab0b55f5b5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 26 Jan 2018 01:29:25 +0100 Subject: [pkg] build bundles on stretch zesty EOL reached --- pkg/docker_bundle/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/docker_bundle/Dockerfile') diff --git a/pkg/docker_bundle/Dockerfile b/pkg/docker_bundle/Dockerfile index 91515460..c27a0e6f 100644 --- a/pkg/docker_bundle/Dockerfile +++ b/pkg/docker_bundle/Dockerfile @@ -4,7 +4,8 @@ # It has diverged from the original, but it's because I don't want the clutter # of all the nodejs and friends inside a container for bundling -- kali. -FROM ubuntu:17.10 +# Building on ubuntu 17.10 gives glibc version compat errors. +FROM debian:stretch MAINTAINER LEAP Encryption Access Project LABEL Description="Image for building Bitmask bundle based on Ubuntu 17:04" Vendor="LEAP" Version="1.1" -- cgit v1.2.3