Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Diederich
FOSSA With Cache
Commits
721cdbe1
Commit
721cdbe1
authored
Feb 17, 2022
by
David Diederich
Browse files
Correct the location of the site packages for the new version of python
parent
dfb24c2d
Pipeline
#94411
passed with stages
in 21 minutes and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
721cdbe1
...
...
@@ -17,4 +17,4 @@ RUN pip3 install -r /tmp/requirements.txt
COPY
src/fossa-with-cache.py /usr/bin/fossa-with-cache
COPY
src/fossa-compare-notices.py /usr/bin/fossa-compare-notices
COPY
src/fossa-format-notice.py /usr/bin/fossa-format-notice
COPY
src/cacheUtils/ /usr/local/lib/python3.
7/dist
-packages/cacheUtils/
COPY
src/cacheUtils/ /usr/local/lib/python3.
8/site
-packages/cacheUtils/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment