Skip to content

Commit

Permalink
Fixing download
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdmulder committed Jul 22, 2015
1 parent e208774 commit 6326c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM sjoerdmulder/java8
# Get and install teamcity
RUN curl https://download.jetbrains.com/teamcity/TeamCity-9.1.tar.gz | tar -xz -C /opt
RUN curl -L https://download.jetbrains.com/teamcity/TeamCity-9.1.tar.gz | tar -xz -C /opt

# Enable the correct Valve when running behind a proxy
RUN sed -i -e "s/\.*<\/Host>.*$/<Valve className=\"org.apache.catalina.valves.RemoteIpValve\" protocolHeader=\"x-forwarded-proto\" \/><\/Host>/" /opt/TeamCity/conf/server.xml
Expand Down

0 comments on commit 6326c03

Please sign in to comment.