mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
lantern
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
6b0f557e4b
commit
bafa1304c7
14
lantern/Dockerfile
Normal file
14
lantern/Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
FROM debian:sid
|
||||||
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
ca-certificates \
|
||||||
|
curl \
|
||||||
|
libappindicator3-1 \
|
||||||
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
&& curl -sSL https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-manoto-64-bit.deb -o /tmp/lantern.deb \
|
||||||
|
&& dpkg -i /tmp/lantern.deb \
|
||||||
|
&& rm -rf /tmp/lantern*
|
||||||
|
|
||||||
|
ENTRYPOINT [ "lantern" ]
|
Loading…
Reference in New Issue
Block a user