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

@@ -4,6 +4,8 @@ FROM ubuntu:20.04

MAINTAINER Ray Burgemeestre

ARG DEBIAN_FRONTEND=noninteractive

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

Loading…
Cancel
Save