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 \
19
19
libgtkmm-3.0-1v5 \
20
20
libpangomm-1.4-1v5 \
21
21
libpcrecpp0v5 \
22
- libpython2 .7 \
22
+ libpython3 .7 \
23
23
libsecret-1-0 \
24
24
libsigc++-2.0-0v5 \
25
25
libssh-4 \
26
26
libvsqlitepp3v5 \
27
27
libzip4 && \
28
28
echo "**** install mysql workbench ****" && \
29
29
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/ \
31
31
|awk '/<h1>MySQL Workbench/ {print $3;exit}' ); \
32
32
fi && \
33
33
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
226
226
227
227
## Versions
228
228
229
+ * ** 18.01.21:** - Update libpython dependency.
229
230
* ** 26.03.20:** - Initial release.
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ app_setup_block: |
42
42
43
43
# changelog
44
44
changelogs :
45
+ - { date: "18.01.21:", desc: "Update libpython dependency." }
45
46
- { date: "26.03.20:", desc: "Initial release." }
You can’t perform that action at this time.
0 commit comments