From: ljsebald <ljs...@us...> - 2023-03-06 00:23:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via c9fa4c5069ee526714c941b9470fbc2b15c23888 (commit) from c5eeaa3df206903fa155f43797343b02bdca35d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c9fa4c5069ee526714c941b9470fbc2b15c23888 Author: Tchan0 <617...@us...> Date: Sun Mar 5 02:19:09 2023 +0100 Add gmp-dev to Dockerfile to fix GDB compile See GitHub PR #125 . ----------------------------------------------------------------------- Summary of changes: utils/dc-chain/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/dc-chain/docker/Dockerfile b/utils/dc-chain/docker/Dockerfile index 362f0e3..aefdad6 100644 --- a/utils/dc-chain/docker/Dockerfile +++ b/utils/dc-chain/docker/Dockerfile @@ -28,6 +28,7 @@ RUN apk --update add --no-cache \ git \ python3 \ subversion \ + gmp-dev \ && apk --update add --no-cache libelf-dev --repository=http://dl-cdn.alpinelinux.org/alpine/v3.9/main \ && rm -rf /var/cache/apk/* hooks/post-receive -- A pseudo Operating System for the Dreamcast. |