Skip to content

Commit 00ae915

Browse files
committed
build a docker container with OBS binaries
1 parent 0f1158f commit 00ae915

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile.obs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM ubuntu:16.04
2+
MAINTAINER Benjamin Henrion <[email protected]>
3+
4+
RUN apt-get update
5+
RUN apt-get install -yy wget
6+
RUN wget -nv https://download.opensuse.org/repositories/network:messaging:zeromq:git-draft/xUbuntu_16.04/Release.key -O Release.key
7+
RUN apt-key add - < Release.key
8+
RUN echo 'deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/glar150.list
9+
RUN apt-get update
10+
RUN apt-get install -yy glar150
11+
12+
ENTRYPOINT ["glard","-i","eth0"]

0 commit comments

Comments
 (0)