Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
docker-uniqush
Commits
d15d6e80
Commit
d15d6e80
authored
May 18, 2016
by
Michał 'rysiek' Woźniak
Browse files
Dockerfile stub added
parent
54f8fa61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Dockerfile
Dockerfile
+11
-0
No files found.
Dockerfile
0 → 100644
View file @
d15d6e80
FROM
debian:stable
MAINTAINER
Michał "rysiek" Woźniak <rysiek@occrp.org>
ENV
DEBIAN_FRONTEND noninteractive
ARG
UNIQUSH_VERSION=2.1.0
ADD
https://uniqush.org/downloads/uniqush-push_${UNIQUSH_VERSION}_amd64.deb /tmp/
RUN
dpkg
-i
/tmp/uniqush-push_
${
UNIQUSH_VERSION
}
_amd64.deb
&&
rm
/tmp/uniqush-push_
${
UNIQUSH_VERSION
}
_amd64.deb
EXPOSE
9898
CMD
["/usr/bin/uniqush-push"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment