Merge pull request #32 from linuxserver/master-3.12
rebasing to alpine 3.12 use python3 dev
This commit is contained in:
commit
ceeed83204
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.11
|
||||
FROM lsiobase/alpine:3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -39,7 +39,7 @@ RUN \
|
||||
make \
|
||||
mesa-dev \
|
||||
openal-soft-dev \
|
||||
python-dev \
|
||||
python3-dev \
|
||||
sqlite-dev && \
|
||||
apk add --no-cache --virtual=build-dependencies-2 \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
|
@ -39,7 +39,7 @@ RUN \
|
||||
make \
|
||||
mesa-dev \
|
||||
openal-soft-dev \
|
||||
python-dev \
|
||||
python3-dev \
|
||||
sqlite-dev && \
|
||||
apk add --no-cache --virtual=build-dependencies-2 \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
|
@ -39,7 +39,7 @@ RUN \
|
||||
make \
|
||||
mesa-dev \
|
||||
openal-soft-dev \
|
||||
python-dev \
|
||||
python3-dev \
|
||||
sqlite-dev && \
|
||||
apk add --no-cache --virtual=build-dependencies-2 \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
|
@ -221,6 +221,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **02.06.20:** - Rebasing to alpine 3.12.
|
||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||
* **12.07.19:** - Bugfix to support multiple CLI variables.
|
||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||
|
@ -49,6 +49,7 @@ app_setup_block: |
|
||||
https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "02.06.20:", desc: "Rebasing to alpine 3.12." }
|
||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||
- { date: "12.07.19:", desc: "Bugfix to support multiple CLI variables." }
|
||||
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
||||
|
Loading…
x
Reference in New Issue
Block a user