Skip to content

Commit ec12146

Browse files
committed
Forgot to add the double ampersand.
1 parent 4c3488a commit ec12146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:14.04
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com>
33

44
# Download latest package lists & install dependencies
5-
RUN apt-get update \
5+
RUN apt-get update && \
66
DEBIAN_FRONTEND=noninteractive \
77
apt-get install -yq \
88
openjdk-7-jre-headless \

0 commit comments

Comments
 (0)