Dockerfile

changeset 6
8ff56a650fc7
parent 5
1925a65de6ff
child 8
0f9aea96d446
equal deleted inserted replaced
5:1925a65de6ff 6:8ff56a650fc7
27 27
28 RUN tar -xzf luaunbound-0.5.tar.gz \ 28 RUN tar -xzf luaunbound-0.5.tar.gz \
29 && make -C luaunbound-0.5 29 && make -C luaunbound-0.5
30 30
31 ############################ 31 ############################
32 FROM debian:buster-slim 32 FROM debian:bullseye-slim
33 33
34 RUN apt-get update \ 34 RUN apt-get update \
35 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ 35 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
36 tini \ 36 tini \
37 lua5.2 \ 37 lua5.2 \

mercurial