Skip to content
Snippets Groups Projects
Commit 4cdd9c06 authored by Kelter Christopher - Studierendenaccount's avatar Kelter Christopher - Studierendenaccount
Browse files

Update Dockerfile

parent ab41eb16
No related branches found
No related tags found
1 merge request!1Docker arm ci
Pipeline #124139 canceled
...@@ -5,7 +5,7 @@ EXPOSE 11311 ...@@ -5,7 +5,7 @@ EXPOSE 11311
# vcs import does not work without that # vcs import does not work without that
ENV GIT_SSL_NO_VERIFY=true ENV GIT_SSL_NO_VERIFY=true
RUN python3-config --includes RUN python -c "exec(\"import sys; print sys.path\")"
# set bash to default shell # set bash to default shell
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment