Dockerfile

changeset 169
72d3ca5225f3
parent 164
69b508f132b5
equal deleted inserted replaced
168:1c2b8d10ceed 169:72d3ca5225f3
1 ####### 1 #######
2 2
3 FROM debian:buster-slim AS squish 3 FROM debian:bullseye-slim AS squish
4 4
5 MAINTAINER Matthew Wild <mwild1@gmail.com> 5 MAINTAINER Matthew Wild <mwild1@gmail.com>
6 6
7 RUN apt-get update \ 7 RUN apt-get update \
8 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ 8 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
42 42
43 RUN squish riddim 43 RUN squish riddim
44 44
45 ######### 45 #########
46 46
47 FROM debian:buster-slim 47 FROM debian:bullseye-slim
48 48
49 MAINTAINER Matthew Wild <mwild1@gmail.com> 49 MAINTAINER Matthew Wild <mwild1@gmail.com>
50 50
51 RUN apt-get update \ 51 RUN apt-get update \
52 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ 52 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

mercurial