Skip to content

Commit

Permalink
chore: do not include dash-qt in the docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Dec 19, 2023
1 parent 40f7ae8 commit 51105f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/containers/deploy/Dockerfile.GitHubActions.Release
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mach=$(uname -m) \
&& case $mach in aarch64) arch="aarch64-linux-gnu"; ;; x86_64) arch="x86_64-linux-gnu"; ;; *) echo "ERROR: Machine type $mach not supported."; ;; esac \
&& wget https://github.com/${GITHUB_REPOSITORY}/releases/download/v${TAG}/dashcore-${TAG}-$arch.tar.gz -P /tmp \
&& tar -xvf /tmp/dashcore-*.tar.gz -C /tmp/ \
&& cp /tmp/dashcore*/bin/* /usr/local/bin \
&& find /tmp/dashcore*/bin -type f ! -name 'dash-qt' -exec cp {} /usr/local/bin \; \
&& rm -rf /tmp/dashcore* \
&& chmod a+x /usr/local/bin/*

Expand Down

0 comments on commit 51105f4

Please sign in to comment.