Browse Source

Fix non-interactive for Ubuntu 20.04

master
Ray Burgemeestre 4 years ago
parent
commit
ce35a63a11
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      apt-publisher/Dockerfile-ubuntu2004

+ 2
- 0
apt-publisher/Dockerfile-ubuntu2004 View File



MAINTAINER Ray Burgemeestre MAINTAINER Ray Burgemeestre


ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \ RUN apt-get update && \
apt install -y rng-tools gnupg2 \ apt install -y rng-tools gnupg2 \
apache2 dpkg-dev dpkg-sig \ apache2 dpkg-dev dpkg-sig \

Loading…
Cancel
Save