comparison Resources/CreateJavaScriptLibraries/Dockerfile @ 37:2cc9950018ab

replaced folder ./Three by ./JavaScriptLibraries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Apr 2024 07:52:43 +0200
parents Resources/CreateThreeDist/Dockerfile@dd0cd39e6259
children
comparison
equal deleted inserted replaced
36:13698d34e059 37:2cc9950018ab
1 # SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
2 # SPDX-License-Identifier: GPL-3.0-or-later
3
4 # STL plugin for Orthanc
5 # Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
6 #
7 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License as
9 # published by the Free Software Foundation, either version 3 of the
10 # License, or (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 FROM node:20.3.0-bullseye-slim
21
22 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com>
23 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"
24
25 RUN apt-get -y clean && apt-get -y update && \
26 apt-get clean && rm -rf /var/lib/apt/lists/*