[docker] add debug commands

Adding `g++ -dumpmachine` command on build stage to figure out why docker hub is unable to build container.
pull/1669/head
R4SAS 3 years ago committed by GitHub
parent 82bb3a9b25
commit e14d358420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ RUN apk update \
&& cd /tmp/build && git clone -b ${GIT_BRANCH} ${REPO_URL} \
&& cd i2pd \
&& if [ -n "${GIT_TAG}" ]; then git checkout tags/${GIT_TAG}; fi \
&& g++ -dumpmachine \
&& make USE_UPNP=yes \
&& cp -R contrib/certificates /i2pd_certificates \
&& mkdir -p /usr/local/bin \

Loading…
Cancel
Save