Move readline to basic alpine image

This commit is contained in:
Disassembler 2019-11-17 14:53:05 +01:00
parent e8138099cb
commit d3129d81ab
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ LAYER alpine3.8_3.8.4-190620
RUN EOF RUN EOF
# Install Ruby runtime dependencies # Install Ruby runtime dependencies
apk --no-cache add gdbm readline zlib apk --no-cache add gdbm zlib
# Install Ruby build dependencies # Install Ruby build dependencies
apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev

View File

@ -7,7 +7,7 @@ RUN EOF
apk --no-cache upgrade apk --no-cache upgrade
# Install s6 supervisor # Install s6 supervisor
apk --no-cache add libressl libxml2 libxslt ncurses-libs s6 apk --no-cache add libressl libxml2 libxslt ncurses-libs readline s6
# Cleanup # Cleanup
rm -rf /etc/crontabs/root /etc/periodic rm -rf /etc/crontabs/root /etc/periodic

View File

@ -4,7 +4,7 @@ LAYER alpine3.9_3.9.4-190620
RUN EOF RUN EOF
# Install Ruby runtime dependencies # Install Ruby runtime dependencies
apk --no-cache add gdbm readline zlib apk --no-cache add gdbm zlib
# Install Ruby build dependencies # Install Ruby build dependencies
apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev

View File

@ -4,7 +4,7 @@ LAYER alpine3.9_3.9.4-190620
RUN EOF RUN EOF
# Install Ruby runtime dependencies # Install Ruby runtime dependencies
apk --no-cache add gdbm readline zlib apk --no-cache add gdbm zlib
# Install Ruby build dependencies # Install Ruby build dependencies
apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev

View File

@ -8,7 +8,7 @@ RUN EOF
apk --no-cache upgrade apk --no-cache upgrade
# Install s6 supervisor # Install s6 supervisor
apk --no-cache add libressl libxml2 libxslt ncurses-libs s6 apk --no-cache add libressl libxml2 libxslt ncurses-libs readline s6
# Cleanup # Cleanup
rm -rf /etc/crontabs/root /etc/periodic rm -rf /etc/crontabs/root /etc/periodic