We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3488a commit ec12146Copy full SHA for ec12146
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:14.04
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com>
3
4
# Download latest package lists & install dependencies
5
-RUN apt-get update \
+RUN apt-get update && \
6
DEBIAN_FRONTEND=noninteractive \
7
apt-get install -yq \
8
openjdk-7-jre-headless \
0 commit comments