Dockerfile

changeset 2
8e14bb7f77a2
parent 1
ab05314b412c
child 3
16c9e2363135
equal deleted inserted replaced
1:ab05314b412c 2:8e14bb7f77a2
1 #################################### 1 ####################################
2 FROM debian:buster-slim as build 2 FROM debian:bullseye-slim as build
3 3
4 MAINTAINER Matthew Wild <mwild1@gmail.com> 4 MAINTAINER Matthew Wild <mwild1@gmail.com>
5 5
6 RUN apt-get update \ 6 RUN apt-get update \
7 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ 7 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

mercurial