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
4d672f5d
Commit
4d672f5d
authored
8 years ago
by
Neil
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15 from linuxserver/edge
switch to edge baseimage, image now builds
parents
f891adb1
a13b1a4f
No related branches found
Branches containing commit
Tags
30
31
32
33
34
35
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+13
-13
13 additions, 13 deletions
Dockerfile
README.md
+1
-0
1 addition, 0 deletions
README.md
with
14 additions
and
13 deletions
Dockerfile
+
13
−
13
View file @
4d672f5d
FROM
lsiobase/alpine
FROM
lsiobase/alpine
:edge
MAINTAINER
Gonzalo Peci <davyjones@linuxserver.io>, sparklyballs
# environment variables
...
...
@@ -12,30 +12,31 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
# install runtime packages
RUN
\
apk add
--no-cache
\
ca-certificates
\
libressl2.4-libssl
\
p7zip
\
python
\
unrar
\
unzip
&&
\
apk add
--no-cache
\
--repository
http://nl.alpinelinux.org/alpine/edge/main
\
libressl2.4-libssl
&&
\
apk add
--no-cache
\
--repository
http://nl.alpinelinux.org/alpine/edge/testing
\
deluge
&&
\
# update certificates
update-ca-certificates && \
# install build packages
apk add --no-cache --virtual=build-dependencies \
g++ \
gcc \
libffi-dev \
py-pip \
python-dev && \
apk add --no-cache --virtual=build-dependencies2 \
--repository http://nl.alpinelinux.org/alpine/edge/main \
libressl-dev && \
libressl-dev \
py2-pip \
python2-dev && \
# install pip packages
pip install --no-cache-dir -U \
incremental \
pip && \
pip install --no-cache-dir -U \
crypto \
mako \
...
...
@@ -48,8 +49,7 @@ RUN \
# cleanup
apk del --purge \
build-dependencies \
build-dependencies2 && \
build-dependencies && \
rm -rf \
/root/.cache
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
4d672f5d
...
...
@@ -87,6 +87,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
## Versions
+
**17.11.16:**
Rebase to edge baseimage.
+
**13.10.16:**
Switch to libressl as openssl deprecated from alpine linux and deluge dependency
no longer installs.
+
**30.09.16:**
Fix umask.
...
...
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