Move libressl to basic alpine image
This commit is contained in:
parent
fe9fb27679
commit
e8138099cb
@ -5,7 +5,7 @@ LAYER alpine3.9-python2.7_2.7.16-190620
|
|||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
apk --no-cache add libffi libressl uwsgi-python
|
apk --no-cache add libffi uwsgi-python
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
apk --no-cache add --virtual .deps build-base git libffi-dev libressl-dev libxml2-dev libxslt-dev py2-pip python2-dev
|
apk --no-cache add --virtual .deps build-base git libffi-dev libressl-dev libxml2-dev libxslt-dev py2-pip python2-dev
|
||||||
|
@ -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 libressl readline zlib
|
apk --no-cache add gdbm readline 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
|
||||||
|
@ -7,7 +7,7 @@ RUN EOF
|
|||||||
apk --no-cache upgrade
|
apk --no-cache upgrade
|
||||||
|
|
||||||
# Install s6 supervisor
|
# Install s6 supervisor
|
||||||
apk --no-cache add libxml2 libxslt ncurses-libs s6
|
apk --no-cache add libressl libxml2 libxslt ncurses-libs s6
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf /etc/crontabs/root /etc/periodic
|
rm -rf /etc/crontabs/root /etc/periodic
|
||||||
|
@ -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 libressl readline zlib
|
apk --no-cache add gdbm readline 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
|
||||||
|
@ -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 libressl readline zlib
|
apk --no-cache add gdbm readline 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
|
||||||
|
@ -8,7 +8,7 @@ RUN EOF
|
|||||||
apk --no-cache upgrade
|
apk --no-cache upgrade
|
||||||
|
|
||||||
# Install s6 supervisor
|
# Install s6 supervisor
|
||||||
apk --no-cache add libxml2 libxslt ncurses-libs s6
|
apk --no-cache add libressl libxml2 libxslt ncurses-libs s6
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf /etc/crontabs/root /etc/periodic
|
rm -rf /etc/crontabs/root /etc/periodic
|
||||||
|
Loading…
Reference in New Issue
Block a user