Remove extra deps
This commit is contained in:
		| @@ -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 \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user