mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
GHA: Fix Huobi TLS certificate verification issues in Docker workflow (#2050)
* Initial plan * Fix TLS certificate verification issues in GitHub Actions Docker workflow by switching to Debian base image Co-authored-by: thrasher- <4685270+thrasher-@users.noreply.github.com> * Update Dockerfile comment to reflect Debian package changes Co-authored-by: thrasher- <4685270+thrasher-@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thrasher- <4685270+thrasher-@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/amd64.Dockerfile
vendored
6
.github/workflows/amd64.Dockerfile
vendored
@@ -1,7 +1,7 @@
|
||||
FROM golang:1.25-alpine
|
||||
FROM golang:1.25
|
||||
|
||||
# Install GCC and musl-dev (needed for SQLite library)
|
||||
RUN apk add --no-cache gcc musl-dev
|
||||
# Install GCC with multi-architecture support (needed for SQLite library)
|
||||
RUN apt-get update && apt-get install -y gcc-multilib && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user