Merge pull request #524 from OlegSmelov/fix/dockerfile

Fix dumb-init HTTPS download in Dockerfile
pull/525/head
rgaudin 4 years ago committed by GitHub
commit eeb41d8047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
FROM debian:bullseye-slim as builder
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
build-essential musl-tools wget unzip make \
build-essential ca-certificates musl-tools wget unzip make \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# compile dumb-init

Loading…
Cancel
Save