mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
updating Dockefile
This commit is contained in:
parent
4cadc5f4f3
commit
c9586e579a
1 changed files with 7 additions and 7 deletions
|
|
@ -5,15 +5,15 @@ ENV QEMU_VERSION=v4.2.0-6 \
|
||||||
QEMU_ARCHITECTURE=aarch64 \
|
QEMU_ARCHITECTURE=aarch64 \
|
||||||
NODE_ARCHITECTURE=linux-arm64 \
|
NODE_ARCHITECTURE=linux-arm64 \
|
||||||
NODE_VERSION=v12.22.0 \
|
NODE_VERSION=v12.22.0 \
|
||||||
WEKAN_VERSION=3.96 \
|
WEKAN_VERSION=5.17 \
|
||||||
WEKAN_ARCHITECTURE=arm64
|
WEKAN_ARCHITECTURE=arm64
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apk update && apk add ca-certificates outils-sha1 && \
|
RUN apk update && apk add ca-certificates outils-sha1 && \
|
||||||
\
|
\
|
||||||
# Download qemu static for our architecture
|
# Download qemu static for our architecture
|
||||||
wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-${QEMU_ARCHITECTURE}-static.tar.gz -O - | tar -xz && \
|
wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-${QEMU_ARCHITECTURE}-static.tar.gz -O - | tar -xz && \
|
||||||
\
|
\
|
||||||
# Download wekan and shasum
|
# Download wekan and shasum
|
||||||
wget https://releases.wekan.team/raspi3/wekan-${WEKAN_VERSION}-${WEKAN_ARCHITECTURE}.zip && \
|
wget https://releases.wekan.team/raspi3/wekan-${WEKAN_VERSION}-${WEKAN_ARCHITECTURE}.zip && \
|
||||||
wget https://releases.wekan.team/raspi3/SHA256SUMS.txt && \
|
wget https://releases.wekan.team/raspi3/SHA256SUMS.txt && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue