Skip to content

Commit a89a6c1

Browse files
committed
update pacakges for SpectraVis
1 parent f65eb1a commit a89a6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/spectraVis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PYTHONUNBUFFERED=1 \
2222
LANG=C.UTF-8
2323

2424
# python alternative support
25-
RUN update-alternatives --install /usr/bin/python python /usr/local/bin/python3 2
25+
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
2626

2727
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
2828
apt-get update -y && \

0 commit comments

Comments
 (0)