# Install default packages. RUN zypper --gpg-auto-import-keys -q ref -s \ && zypper --no-color -qn install --no-recommends -y \ unzip \ gzip \ wget \ ca-certificates # TODO: Configure locale. # RUN zypper --no-color -qn install --no-recommends -y \ # glibc-i18ndata \ # && localedef -v -c -i us_US -f UTF-8 us_US.UTF-8 \ # ENV LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8