Skip to content
Snippets Groups Projects
Unverified Commit e713f965 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

 contrib/Dockerfile: use apt-get instead of apt
parents 503059ba 09d6f70b
Branches
Tags
No related merge requests found
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 \
file \
git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment