Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0e91e3adee | |||
d317624ea5 | |||
68f2d36e67 |
21
Dockerfile
21
Dockerfile
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.5
|
||||
FROM lsiobase/alpine:3.6
|
||||
MAINTAINER saarg
|
||||
|
||||
# set version label
|
||||
@ -6,16 +6,8 @@ ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
|
||||
# install runtime packages
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
libcrypto1.0 \
|
||||
libssl1.0 \
|
||||
libusb \
|
||||
pcsc-lite \
|
||||
pcsc-lite-libs && \
|
||||
|
||||
# install build packages
|
||||
RUN \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
curl \
|
||||
gcc \
|
||||
@ -28,6 +20,15 @@ RUN \
|
||||
subversion \
|
||||
tar && \
|
||||
|
||||
# install runtime packages
|
||||
apk add --no-cache \
|
||||
libcrypto1.0 \
|
||||
libssl1.0 \
|
||||
libusb \
|
||||
pcsc-lite \
|
||||
pcsc-lite-libs && \
|
||||
|
||||
|
||||
# compile oscam from source
|
||||
svn checkout http://www.streamboard.tv/svn/oscam/trunk /tmp/oscam-svn && \
|
||||
cd /tmp/oscam-svn && \
|
||||
|
@ -2,6 +2,8 @@
|
||||
[forumurl]: https://forum.linuxserver.io
|
||||
[ircurl]: https://www.linuxserver.io/irc/
|
||||
[podcasturl]: https://www.linuxserver.io/podcast/
|
||||
[appurl]: http://www.streamboard.tv/oscam/
|
||||
[hub]: https://hub.docker.com/r/linuxserver/oscam/
|
||||
|
||||
[][linuxserverurl]
|
||||
|
||||
@ -12,12 +14,10 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
||||
|
||||
# linuxserver/oscam
|
||||
[](https://microbadger.com/images/linuxserver/oscam "Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/oscam "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-oscam/)
|
||||
[hub]: https://hub.docker.com/r/linuxserver/oscam/
|
||||
|
||||
[Oscam][oscamurl] is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.
|
||||
[Oscam][appurl] is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.
|
||||
|
||||
[][oscamurl]
|
||||
[oscamurl]: http://www.streamboard.tv/oscam/
|
||||
[][appurl]
|
||||
|
||||
## Usage
|
||||
|
||||
@ -100,6 +100,7 @@ The web interface is at port 8888.
|
||||
|
||||
## Versions
|
||||
|
||||
+ **28.05.2017:** Rebase to alpine 3.6.
|
||||
+ **09.02.2017:** Rebase to alpine 3.5.
|
||||
+ **14.10.2016:** Add version layer information.
|
||||
+ **02.10.2016:** Add info on passing through devices to README.
|
||||
|
Reference in New Issue
Block a user