Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TUHH | Telematics (E-17)
Staff Projects
C
Christoph Weyer
GitLab
CI-CD
CI Ansible Lint
Commits
8516bc9f
Commit
8516bc9f
authored
May 11, 2022
by
Christoph Weyer
Browse files
Update Dockerfile
parent
ae5a45b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
8516bc9f
...
...
@@ -28,9 +28,9 @@ RUN set -eux \
# hadolint ignore=DL3059
RUN
mkdir
-p
/kaniko/0/usr/lib/python3.8/
#
RUN mkdir -p /kaniko/0/usr/lib/python3.8/
# hadolint ignore=DL3059
RUN
cp
-r
/usr/lib/python3.8/site-packages /kaniko/0/usr/lib/python3.8/
#
RUN cp -r /usr/lib/python3.8/site-packages /kaniko/0/usr/lib/python3.8/
FROM
alpine:3.13.7 as production
...
...
Write
Preview
Markdown
is supported
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