浏览代码

Dockerfile: Use eoan base image. Add missing python3 dependency for node-gyp.

Thanks to xet7 !
Lauri Ojansivu 5 年之前
父节点
当前提交
343343e7e7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
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 \