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; \
141141 "postgresql-$PG_MAJOR=$PG_VERSION" \
142142 ; \
143143 \
144+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
145+ apt-get autoremove --yes; \
144146 rm -rf /var/lib/apt/lists/*; \
145147 \
146148 if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ RUN set -ex; \
141141 "postgresql-$PG_MAJOR=$PG_VERSION" \
142142 ; \
143143 \
144+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
145+ apt-get autoremove --yes; \
144146 rm -rf /var/lib/apt/lists/*; \
145147 \
146148 if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ RUN set -ex; \
141141 "postgresql-$PG_MAJOR=$PG_VERSION" \
142142 ; \
143143 \
144+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
145+ apt-get autoremove --yes; \
144146 rm -rf /var/lib/apt/lists/*; \
145147 \
146148 if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ RUN set -ex; \
142142 "postgresql-contrib-$PG_MAJOR=$PG_VERSION" \
143143 ; \
144144 \
145+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
146+ apt-get autoremove --yes; \
145147 rm -rf /var/lib/apt/lists/*; \
146148 \
147149 if [ -n "$tempDir" ]; then \
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ RUN set -ex; \
142142 "postgresql-contrib-$PG_MAJOR=$PG_VERSION" \
143143 ; \
144144 \
145+ apt-get purge --yes libmariadb3 mariadb-common mysql-common ; \
146+ apt-get autoremove --yes; \
145147 rm -rf /var/lib/apt/lists/*; \
146148 \
147149 if [ -n "$tempDir" ]; then \
You can’t perform that action at this time.
0 commit comments