mirror of
https://github.com/minio/minio.git
synced 2025-12-08 00:32:28 -05:00
Fix mint hub.docker.com builds (#7908)
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
export APT="apt --quiet --yes"
|
||||
|
||||
# remove all packages listed in remove-packages.list
|
||||
xargs --arg-file=remove-packages.list apt --quiet --yes purge
|
||||
apt --quiet --yes autoremove
|
||||
xargs --arg-file="${MINT_ROOT_DIR}/remove-packages.list" apt --quiet --yes purge
|
||||
${APT} autoremove
|
||||
|
||||
# remove unwanted files
|
||||
rm -fr "$GOROOT" "$GOPATH/src" /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user