Merge pull request #2197 from txt-file/patch-2

contrib/Dockerfile: use apt-get instead of apt
This commit is contained in:
Martin Weinelt 2021-04-07 19:10:31 +02:00 committed by GitHub
commit e713f9658f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
FROM debian:buster-slim FROM debian:buster-slim
RUN apt update && apt install -y --no-install-recommends \ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
file \ file \
git \ git \