Skip to content

Commit

Permalink
Merge pull request #252 from alphagov/ubuntu-make_apt_noninteractive
Browse files Browse the repository at this point in the history
set apt to be noninteractive
  • Loading branch information
whi-tw authored Oct 6, 2022
2 parents 017f269 + 7819c13 commit b4b0b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:bionic

ENV DEBIAN_FRONTEND=noninteractive
RUN apt update \
&& apt install -y \
openssl \
Expand Down

0 comments on commit b4b0b1a

Please sign in to comment.