File remove_unused.sh of Package proxy-httpd-image
#!/bin/bash # Removes any unnecessary files and packages before moving to the next build stage set -xe # remove locale data rm -rf /usr/share/locale zypper clean --all
#!/bin/bash # Removes any unnecessary files and packages before moving to the next build stage set -xe # remove locale data rm -rf /usr/share/locale zypper clean --all