This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rayburgemeestre
/
build-config
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix non-interactive for Ubuntu 20.04
master
Ray Burgemeestre
4 years ago
parent
64f83900ec
commit
ce35a63a11
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+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 \
Write
Preview
Loading…
Cancel
Save