Remove old packages, update readme

This commit is contained in:
jar3b 2019-03-19 23:47:47 +03:00
parent 23e9bbb807
commit e08ae0fbed
2 changed files with 3 additions and 4 deletions

View File

@ -3,9 +3,7 @@
#
FROM alpine:3.8
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 \
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
RUN apk add --no-cache alpine-sdk bash libtool autoconf automake linux-headers sudo git
RUN adduser -D builder \
&& passwd -d builder \
&& echo "builder ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers \

View File

@ -58,4 +58,5 @@ build:
- 3.5
- 3.6
- 3.7
- 3.8 (latest)
- **3.8**
- 3.9 (latest)