File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ RUN set -ex; \
141
141
"postgresql-$PG_MAJOR=$PG_VERSION" \
142
142
; \
143
143
\
144
+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
145
+ apt-get autoremove --yes; \
144
146
rm -rf /var/lib/apt/lists/*; \
145
147
\
146
148
if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ RUN set -ex; \
141
141
"postgresql-$PG_MAJOR=$PG_VERSION" \
142
142
; \
143
143
\
144
+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
145
+ apt-get autoremove --yes; \
144
146
rm -rf /var/lib/apt/lists/*; \
145
147
\
146
148
if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ RUN set -ex; \
141
141
"postgresql-$PG_MAJOR=$PG_VERSION" \
142
142
; \
143
143
\
144
+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
145
+ apt-get autoremove --yes; \
144
146
rm -rf /var/lib/apt/lists/*; \
145
147
\
146
148
if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ RUN set -ex; \
142
142
"postgresql-contrib-$PG_MAJOR=$PG_VERSION" \
143
143
; \
144
144
\
145
+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
146
+ apt-get autoremove --yes; \
145
147
rm -rf /var/lib/apt/lists/*; \
146
148
\
147
149
if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ RUN set -ex; \
142
142
"postgresql-contrib-$PG_MAJOR=$PG_VERSION" \
143
143
; \
144
144
\
145
+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
146
+ apt-get autoremove --yes; \
145
147
rm -rf /var/lib/apt/lists/*; \
146
148
\
147
149
if [ -n "$tempDir" ]; then \
You can’t perform that action at this time.
0 commit comments