From 6a83d8efb24426072ddd6b0f26cf3f334c6570a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Mon, 14 Oct 2024 19:04:22 +0200 Subject: [PATCH] coorrect casing --- Dockerfile | 4 +++- Dockerfile-integration | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6bfbf91..95ba4a1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM sctg/sctgdesk-server-integration:latest as builder +# Copyright 2024 SCTG Development - Ronan LE MEILLAT +# SPDX-License-Identifier: AGPL-3.0 +FROM sctg/sctgdesk-server-integration:latest AS builder FROM ubuntu:jammy RUN mkdir -p /usr/local/bin diff --git a/Dockerfile-integration b/Dockerfile-integration index 54543b3a..c06a7b6d 100644 --- a/Dockerfile-integration +++ b/Dockerfile-integration @@ -1,4 +1,6 @@ -FROM ubuntu:jammy as builder +# Copyright 2024 SCTG Development - Ronan LE MEILLAT +# SPDX-License-Identifier: AGPL-3.0 +FROM ubuntu:jammy AS builder ENV NODE_VERSION=20.13.1 RUN apt-get update && apt-get install -y curl build-essential debhelper devscripts pkg-config libssl-dev zip RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y