Files
rlogg/docker/linux-build.Dockerfile
Stanislav Pastushenko cb4e12fe86
Some checks failed
Build / Build - linux (push) Failing after 6m34s
guitea build
2025-12-10 22:43:19 +01:00

3 lines
66 B
Docker

FROM rust:latest
RUN apt update && \
apt install nodejs npm -y