guitea build
Some checks failed
Build / Build - linux (push) Failing after 6m34s

This commit is contained in:
2025-12-10 22:43:19 +01:00
parent d9625c7fdd
commit cb4e12fe86
3 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
# If using rust:alpine (NOT recommended for your current issue, but good to know)
FROM rust:alpine
RUN apk update && \
apk add nodejs npm
FROM rust:latest
RUN apt update && \
apt install nodejs npm -y