Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
klaus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
GitHub Mirror
jonashaag
klaus
Commits
19419209
Unverified
Commit
19419209
authored
9 months ago
by
jonasius
Committed by
GitHub
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix docker build error of externally-managed-environment (#332)
parent
378f2761
Branches
codeql
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 @
19419209
...
...
@@ -5,11 +5,11 @@ RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositor
py3-dulwich py3-humanize py3-flask py3-flask-markdown py3-docutils
RUN
apk add
--no-cache
python3-dev py3-pip gcc musl-dev
&&
\
pip3
install
python-ctags3
&&
\
pip3
install
--break-system-packages
python-ctags3
&&
\
apk del python3-dev gcc musl-dev
COPY
. /klaus
RUN
pip3
install
/klaus
&&
rm
-rf
/klaus
RUN
pip3
install
--break-system-packages
/klaus
&&
rm
-rf
/klaus
# https://github.com/jonashaag/klaus/issues/300
RUN
git config
--global
--add
safe.directory
'*'
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