Remove extra deps

This commit is contained in:
jar3b 2019-03-19 23:28:02 +03:00
parent cab882b88b
commit 06779fa324

View File

@ -3,9 +3,7 @@
# #
FROM alpine:3.9 FROM alpine:3.9
LABEL maintainer "jar3b <hellotan@live.ru>" LABEL maintainer "jar3b <hellotan@live.ru>"
RUN apk add --no-cache alpine-sdk libressl-dev mariadb-dev postgresql-dev gdbm-dev readline-dev bash libtool autoconf \ RUN apk add --no-cache alpine-sdk bash libtool autoconf automake linux-headers sudo git
automake perl-dev python2-dev openldap-dev krb5-dev unixodbc-dev linux-pam-dev sqlite-dev talloc-dev libpcap-dev \
linux-headers curl-dev hiredis-dev json-c-dev sudo git
RUN adduser -D builder \ RUN adduser -D builder \
&& passwd -d builder \ && passwd -d builder \
&& echo "builder ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers \ && echo "builder ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers \