Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Funkwhale Docker All In One
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
funkwhale
Funkwhale Docker All In One
Commits
dc95fed1
Unverified
Commit
dc95fed1
authored
5 years ago
by
Eliot Berriot
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated to alpine:3.11 and disabled package cache to reduce image size
parent
db58fa64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
dc95fed1
FROM
alpine:3.
8
FROM
alpine:3.
11
MAINTAINER
thetarkus
MAINTAINER
thetarkus
...
@@ -9,7 +9,7 @@ MAINTAINER thetarkus
...
@@ -9,7 +9,7 @@ MAINTAINER thetarkus
ARG
arch=amd64
ARG
arch=amd64
RUN
\
RUN
\
echo
'installing dependencies'
&&
\
echo
'installing dependencies'
&&
\
apk add
\
apk add
--no-cache
\
shadow
\
shadow
\
gettext
\
gettext
\
git
\
git
\
...
...
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