comparison Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 95:c17cdaf687e3

use debian:buster-slim to compile Windows binaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 Sep 2021 11:52:30 +0200
parents 499d090f3d3f
children 3678a028f1f6
comparison
equal deleted inserted replaced
94:8d9f935751fb 95:c17cdaf687e3
1 FROM debian:stable-slim 1 # 2021-09-15: We don't use "debian:bullseye-slim", as the "mercurial" package
2 # fails to install on CBlue
3 FROM debian:buster-slim
2 4
3 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com> 5 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com>
4 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project" 6 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"
5 7
6 RUN apt-get -y clean && apt-get -y update && \ 8 RUN apt-get -y clean && apt-get -y update && \