From 343343e7e77f9241ef5f58c9cd121f2a49f164b3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 21 Nov 2019 20:22:37 +0200 Subject: Dockerfile: Use eoan base image. Add missing python3 dependency for node-gyp. Thanks to xet7 ! --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 31e12a47..cb17cef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM ubuntu:disco +FROM ubuntu:eoan LABEL maintainer="wekan" # Set the environment variables (defaults where required) # DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303 # ENV BUILD_DEPS="paxctl" -ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates" \ +ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ DEBUG=false \ NODE_VERSION=v8.16.2 \ METEOR_RELEASE=1.8.1 \ -- cgit v1.2.3-1-g7c22