mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
Fix CI build scripts (pt. 2)
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
FROM simon987/sist2-build-arm64 as build
|
||||
MAINTAINER simon987 <me@simon987.net>
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash
|
||||
RUN apt update -y; apt install -y nodejs && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /build/
|
||||
|
||||
COPY scripts scripts
|
||||
|
||||
Reference in New Issue
Block a user