From 6225cf81de67cc030043a944144bb764d2c71c27 Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 13 Jul 2023 16:29:30 -0400 Subject: [PATCH] Fix CI build scripts (pt. 2) --- Dockerfile | 6 ------ Dockerfile.arm64 | 5 ----- 2 files changed, 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index e86131d..a4d57c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,6 @@ FROM simon987/sist2-build as build MAINTAINER simon987 -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 @@ -25,7 +20,6 @@ RUN strip build/sist2 || mv build/sist2_debug build/sist2 FROM --platform="linux/amd64" ubuntu@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea - ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 88edab4..2ce4efa 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -1,11 +1,6 @@ FROM simon987/sist2-build-arm64 as build MAINTAINER simon987 -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