We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile:13 -------------------- 12 | # Install dep packge , Configure,make and install strongSwan 13 | >>> RUN apk --update add build-base curl bash iproute2 iptables-dev openssl openssl-dev supervisor bash certbot \ 14 | >>> && mkdir -p /tmp/strongswan \ 15 | >>> && apk add --update $RUNTIME_DEPS \ 16 | >>> && apk add --virtual build_deps $BUILD_DEPS \ 17 | >>> && cp /usr/bin/envsubst /usr/local/bin/envsubst \ 18 | >>> && curl -Lo /tmp/strongswan.tar.gz $SS_VERSION \ 19 | >>> && tar --strip-components=1 -C /tmp/strongswan -xf /tmp/strongswan.tar.gz \ 20 | >>> && cd /tmp/strongswan \ 21 | >>> && ./configure --enable-eap-identity --enable-eap-md5 --enable-eap-mschapv2 --enable-eap-tls --enable-eap-ttls --enable-eap-peap --enable-eap-tnc --enable-eap-dynamic --enable-xauth-eap --enable-dhcp --enable-openssl --enable-addrblock --enable-unity --enable-certexpire --enable-radattr --enable-swanctl --enable-eap-radius --disable-gmp && make && make install \ 22 | >>> && rm -rf /tmp/* \ 23 | >>> && apk del build-base openssl-dev build_deps \ 24 | >>> && rm -rf /var/cache/apk/* \ 25 | >>> && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \ 26 | >>> && rm /usr/local/etc/ipsec.secrets 27 | -------------------- ERROR: failed to solve: process "/bin/sh -c apk --update add build-base curl bash iproute2 iptables-dev openssl openssl-dev supervisor bash certbot && mkdir -p /tmp/strongswan && apk add --update $RUNTIME_DEPS && apk add --virtual build_deps $BUILD_DEPS && cp /usr/bin/envsubst /usr/local/bin/envsubst && curl -Lo /tmp/strongswan.tar.gz $SS_VERSION && tar --strip-components=1 -C /tmp/strongswan -xf /tmp/strongswan.tar.gz && cd /tmp/strongswan && ./configure --enable-eap-identity --enable-eap-md5 --enable-eap-mschapv2 --enable-eap-tls --enable-eap-ttls --enable-eap-peap --enable-eap-tnc --enable-eap-dynamic --enable-xauth-eap --enable-dhcp --enable-openssl --enable-addrblock --enable-unity --enable-certexpire --enable-radattr --enable-swanctl --enable-eap-radius --disable-gmp && make && make install && rm -rf /tmp/* && apk del build-base openssl-dev build_deps && rm -rf /var/cache/apk/* && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && rm /usr/local/etc/ipsec.secrets" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: