gitea_build/Dockerfile
2020-04-22 13:17:59 +08:00

3 lines
102 B
Docker

FROM golang:1.14
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs