Skip to content

Commit

Permalink
coorrect casing
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 14, 2024
1 parent 018057c commit 6a83d8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile-integration
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6a83d8e

Please # to comment.