Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Remove ENV DEBIAN_FRONTEND (moby/moby#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
igayoso committed Nov 6, 2014
1 parent fb68aef commit c7b5072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM ubuntu:trusty
MAINTAINER Israel Gayoso [email protected]

# Update the APT cache, add basho's repository and install packages
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i.bak 's/main$/main universe/' /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y apt-transport-https openssl pwgen
Expand Down

0 comments on commit c7b5072

Please sign in to comment.