mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
Update Dockerfile
add downloading of release file
This commit is contained in:
16
Dockerfile
16
Dockerfile
@@ -1,3 +1,17 @@
|
||||
FROM ubuntu:14.04
|
||||
|
||||
MAINTAINER Robert Schumann <gutmensch@n-os.org>
|
||||
RUN apt-get update && apt-get install -y git
|
||||
|
||||
ENV APPDIR `pwd`/raumserver
|
||||
|
||||
RUN apt-get update && apt-get install -y git wget unzip
|
||||
|
||||
RUN wget http://bassmaniacs.com/data/appBinaries/raumserver/currentVersion/raumserverDaemon_linux_X64.zip \
|
||||
&& unzip raumserverDaemon_linux_X64.zip -d $APPDIR \
|
||||
&& mkdir -p /etc/raumfeld/raumserverDaemon \
|
||||
&& ln -s $APPDIR/docroot /etc/raumfeld/raumserverDaemon/docroot
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["${APPDIR}/raumsrvDaemon"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user