Skip to content
Snippets Groups Projects

Python Addition

Merged SAM CARPENTER requested to merge SAM.CARPENTER-master-patch-52953 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -35,8 +35,9 @@ tzdata \
unixodbc \
unzip \
wget \
libidn11 \
python3
libidn11
RUN apt install -y python3
# set 'python' command to refer to python3
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Loading