Skip to content

Commit

Permalink
Fix apt-get install issue inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
dbusel committed Jan 2, 2019
1 parent ffa5ca7 commit 7ef8a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iofog-agent/Dockerfile
Expand Up @@ -5,6 +5,8 @@ RUN apt-get install -qqy sudo
RUN apt-get install -qqy curl
RUN apt-get install -qqy jq
RUN apt-get install -qqy software-properties-common
RUN curl -s https://packagecloud.io/install/repositories/computology/apt-backport/script.deb.sh | sudo bash
RUN sudo apt-get install -y apt=1.2.10
RUN add-apt-repository -y ppa:webupd8team/java
RUN apt-get update -qq
RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo debconf-set-selections
Expand Down

0 comments on commit 7ef8a88

Please sign in to comment.