mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Added Dockerfile for s390x.
Thanks to xet7 !
This commit is contained in:
parent
4dbbb29573
commit
eacb310e59
2 changed files with 95 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ RUN apt update && apt install ca-certificates wget unzip -y && \
|
|||
tar xvzf node-${NODE_VERSION}-${NODE_ARCHITECTURE}.tar.gz
|
||||
|
||||
# Build wekan dockerfile
|
||||
FROM arm64v8/ubuntu:23.04
|
||||
FROM --platform=linux/arm64 arm64v8/ubuntu:23.04
|
||||
LABEL maintainer="wekan"
|
||||
|
||||
# Set the environment variables (defaults where required)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue