Move readline to basic alpine image
This commit is contained in:
parent
e8138099cb
commit
d3129d81ab
@ -4,7 +4,7 @@ LAYER alpine3.8_3.8.4-190620
|
||||
|
||||
RUN EOF
|
||||
# Install Ruby runtime dependencies
|
||||
apk --no-cache add gdbm readline zlib
|
||||
apk --no-cache add gdbm zlib
|
||||
|
||||
# Install Ruby build dependencies
|
||||
apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev
|
||||
|
@ -7,7 +7,7 @@ RUN EOF
|
||||
apk --no-cache upgrade
|
||||
|
||||
# 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
|
||||
rm -rf /etc/crontabs/root /etc/periodic
|
||||
|
@ -4,7 +4,7 @@ LAYER alpine3.9_3.9.4-190620
|
||||
|
||||
RUN EOF
|
||||
# Install Ruby runtime dependencies
|
||||
apk --no-cache add gdbm readline zlib
|
||||
apk --no-cache add gdbm zlib
|
||||
|
||||
# Install Ruby build dependencies
|
||||
apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev
|
||||
|
@ -4,7 +4,7 @@ LAYER alpine3.9_3.9.4-190620
|
||||
|
||||
RUN EOF
|
||||
# Install Ruby runtime dependencies
|
||||
apk --no-cache add gdbm readline zlib
|
||||
apk --no-cache add gdbm zlib
|
||||
|
||||
# Install Ruby build dependencies
|
||||
apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev
|
||||
|
@ -8,7 +8,7 @@ RUN EOF
|
||||
apk --no-cache upgrade
|
||||
|
||||
# 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
|
||||
rm -rf /etc/crontabs/root /etc/periodic
|
||||
|
Loading…
Reference in New Issue
Block a user