File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ RUN \
1919 libgtkmm-3.0-1v5 \
2020 libpangomm-1.4-1v5 \
2121 libpcrecpp0v5 \
22- libpython2 .7 \
22+ libpython3 .7 \
2323 libsecret-1-0 \
2424 libsigc++-2.0-0v5 \
2525 libssh-4 \
2626 libvsqlitepp3v5 \
2727 libzip4 && \
2828 echo "**** install mysql workbench ****" && \
2929 if [ -z ${WORKBENCH_VERSION+x} ]; then \
30- WORKBENCH_VERSION=$(curl -sL https://dev.mysql.com/downloads/workbench/ \
30+ WORKBENCH_VERSION=$(curl -sL https://dev.mysql.com/downloads/workbench/ \
3131 |awk '/<h1>MySQL Workbench/ {print $3;exit}' ); \
3232 fi && \
3333 curl -Lf -o \
Original file line number Diff line number Diff line change @@ -226,4 +226,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
226226
227227## Versions
228228
229+ * ** 18.01.21:** - Update libpython dependency.
229230* ** 26.03.20:** - Initial release.
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ app_setup_block: |
4242
4343# changelog
4444changelogs :
45+ - { date: "18.01.21:", desc: "Update libpython dependency." }
4546 - { date: "26.03.20:", desc: "Initial release." }
You can’t perform that action at this time.
0 commit comments