Browse Source

Merge pull request #5 from linuxserver/3.5

Rebase to alpine 3.5
pull/6/head 31
sparklyballs 3 years ago
committed by GitHub
parent
commit
f889c01563
2 changed files with 4 additions and 3 deletions
  1. +2
    -2
      Dockerfile
  2. +2
    -1
      README.md

+ 2
- 2
Dockerfile View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine
FROM lsiobase/alpine:3.5
MAINTAINER saarg MAINTAINER saarg
# set version label # set version label
@ -23,7 +23,7 @@ RUN \
libusb-dev \ libusb-dev \
linux-headers \ linux-headers \
make \ make \
openssl-dev \
libressl-dev \
pcsc-lite-dev \ pcsc-lite-dev \
subversion \ subversion \
tar && \ tar && \

+ 2
- 1
README.md View File

@ -100,6 +100,7 @@ The web interface is at port 8888.
## Versions ## Versions
+ **14.10.16:** Add version layer information.
+ **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. + **02.10.2016:** Add info on passing through devices to README.
+ **25.09.2016:** Initial release. + **25.09.2016:** Initial release.

Loading…
Cancel
Save