Move libressl to basic alpine image

This commit is contained in:
Disassembler 2019-11-17 14:48:16 +01:00
parent fe9fb27679
commit e8138099cb
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
6 changed files with 6 additions and 6 deletions

View File

@ -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

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 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

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 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

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 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

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 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

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 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