Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-deluge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
apps
docker-deluge
Commits
1503c99f
Commit
1503c99f
authored
7 years ago
by
sparklyballs
Browse files
Options
Downloads
Patches
Plain Diff
bump to alpine 3.6
parent
64186ce3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+12
-14
12 additions, 14 deletions
Dockerfile
README.md
+1
-0
1 addition, 0 deletions
README.md
with
13 additions
and
14 deletions
Dockerfile
+
12
−
14
View file @
1503c99f
FROM
lsiobase/alpine:3.
5
FROM
lsiobase/alpine:3.
6
MAINTAINER
Gonzalo Peci <davyjones@linuxserver.io>, sparklyballs
# environment variables
...
...
@@ -9,29 +9,27 @@ ARG BUILD_DATE
ARG
VERSION
LABEL
build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# install
runtime
packages
# install
build
packages
RUN
\
apk add
--no-cache
--virtual
=
build-dependencies
\
g++
\
gcc
\
libffi-dev
\
openssl-dev
\
py2-pip
\
python2-dev
&&
\
# install runtime packages
apk add --no-cache \
ca-certificates \
openssl \
p7zip \
unrar \
unzip && \
apk add --no-cache \
--repository
http://nl.alpinelinux.org/alpine/edge/main
\
libressl2.5-libssl
&&
\
apk add
--no-cache
\
--repository http://nl.alpinelinux.org/alpine/edge/testing \
deluge && \
# install build packages
apk add --no-cache --virtual=build-dependencies \
g++ \
gcc \
libffi-dev \
libressl-dev \
py2-pip \
python2-dev && \
# install pip packages
pip install --no-cache-dir -U \
incremental \
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
1503c99f
...
...
@@ -89,6 +89,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
## Versions
+
**26.05.17:**
Rebase to alpine 3.6.
+
**29.04.17:**
Add variable for user defined umask.
+
**28.04.17:**
update to libressl2.5-libssl.
+
**28.12.16:**
Rebase to alpine 3.5 baseimage.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment