We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65eb1a commit a89a6c1Copy full SHA for a89a6c1
vendor/spectraVis/Dockerfile
@@ -22,7 +22,7 @@ ENV PYTHONUNBUFFERED=1 \
22
LANG=C.UTF-8
23
24
# python alternative support
25
-RUN update-alternatives --install /usr/bin/python python /usr/local/bin/python3 2
+RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
26
27
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
28
apt-get update -y && \
0 commit comments