Terms of Service | Privacy Policy | Cookie Policy

Verified Commit 0a6b6120 authored by Uwe Plonus's avatar Uwe Plonus
Browse files

Added -y to apt-get install

parent c63d10fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ RUN apt-get update && \
    echo "deb ${URL} /" | tee -a /etc/apt/sources.list.d/sbt.list && \
    apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv ${KEY} && \
    apt-get update && \
    apt-get install sbt && \
    apt-get -y install sbt && \
    sbt <<EOF \
    exit \
    EOF