Add build tools to omnibus images

This commit is contained in:
Ian Baum 2018-12-31 07:31:30 +00:00 committed by Marin Jankovski
parent 512fe2191f
commit e2e647d544
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ FROM opensuse:42.3
RUN zypper -q -n --gpg-auto-import-keys update \
&& zypper -q -n in -t pattern devel_perl devel_basis \
&& zypper -q -n install \
gcc gcc-c++ git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale \
autoconf gcc gcc-c++ git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale \
&& zypper clean -a
ENV LANG en_US.UTF-8