Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
network
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
funkwhale
network
Commits
92fd2b99
Verified
Commit
92fd2b99
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
chore(Dockerfile): Update to use latest alpine and poetry for building
parent
5a388dd2
No related branches found
No related tags found
1 merge request
!43
Apply patches from the server
Pipeline
#26088
failed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-8
7 additions, 8 deletions
Dockerfile
with
7 additions
and
8 deletions
Dockerfile
+
7
−
8
View file @
92fd2b99
FROM
alpine:3.
8
FROM
alpine:3.
17
RUN
\
echo
'installing dependencies'
&&
\
...
...
@@ -7,15 +7,14 @@ RUN \
postgresql-dev
\
python3-dev
\
gcc
\
musl-dev
musl-dev
\
py3-pip
ARG
flavour=
WORKDIR
/app/
COPY
./setup.py /app/
COPY
./setup.cfg /app/
RUN
pip3
install
output
RUN
pip3
install
-e
.
$flavour
COPY
./funkwhale_network /app/
COPY
./poetry.lock /app/
COPY
./pyproject.toml /app/
COPY
./funkwhale_network/ /app/funkwhale_network/
RUN
pip
install
.
EXPOSE
8000
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