mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 08:46:09 +01:00
Merge remote-tracking branch 'origin/master' into 'upgrade-meteor'
This commit is contained in:
commit
b9d6fe8146
15 changed files with 136 additions and 24 deletions
|
|
@ -1,6 +1,10 @@
|
|||
FROM ubuntu:rolling
|
||||
FROM ubuntu:21.10
|
||||
LABEL maintainer="sgr"
|
||||
|
||||
# 2022-04-25:
|
||||
# - gyp does not yet work with Ubuntu 22.04 ubuntu:rolling,
|
||||
# so changing to 21.10. https://github.com/wekan/wekan/issues/4488
|
||||
|
||||
ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python3 git ca-certificates iproute2"
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue