Skip to content

Commit

Permalink
Remove software-properties-common
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Dec 10, 2015
1 parent 408ee9a commit 1d1fdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ RUN mkdir -p /root/.jupyter && touch /root/.jupyter/jupyter_nbconvert_config.py

# h2o
# (This requires python-software-properties; see the MXNet section above for installation.)
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wget unzip software-properties-common && \
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wget unzip && \
add-apt-repository -y ppa:webupd8team/java && \
apt-get update -q && \
echo debconf shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
Expand Down

0 comments on commit 1d1fdd8

Please sign in to comment.