-
Notifications
You must be signed in to change notification settings - Fork 47
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
5e6559a
commit 7b16a4e
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM dockerfile/java | |
MAINTAINER spiddy <[email protected]> | ||
|
||
RUN echo "deb http://downloads.sourceforge.net/project/sonar-pkg/deb binary/" >> /etc/apt/sources.list | ||
RUN apt-get update && apt-get clean | ||
RUN apt-get update && apt-get clean ### Sonar version 5.0 - timestamp | ||
|
||
RUN apt-get install -y --force-yes sonar=4.5.1 | ||
RUN apt-get install -y --force-yes sonar=5.0 | ||
|
||
COPY assets/init /app/init | ||
RUN chmod 755 /app/init | ||
|