-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c01b300
commit 4044b55
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM java:8-jre-alpine | ||
MAINTAINER Mark McKenna <[email protected]> | ||
LABEL version="0.9.0-SNAPSHOT" | ||
ENV brooklyn_version 0.9.0-SNAPSHOT | ||
ENV repository snapshots | ||
LABEL version="0.9.0" | ||
ENV brooklyn_version 0.9.0 | ||
ENV repository releases | ||
RUN apk upgrade --update ; \ | ||
apk add bash openssl curl ; \ | ||
rm -rf /var/lib/apt/lists/* ; \ | ||
|