Browse Source

[docker] add debug commands

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

1
contrib/docker/Dockerfile

@ -31,6 +31,7 @@ RUN apk update \ @@ -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