add gcc for go
docker-node image / build (amd64) (push) Successful in 9s
docker-node image / build (arm64) (push) Successful in 30s
docker-node image / amend-manifest (push) Successful in 19s
node-go image / build (amd64) (push) Successful in 1m14s
node-python image / build (amd64) (push) Failing after 1m17s
node-go image / build (arm64) (push) Successful in 1m46s
node-go image / amend-manifest (push) Successful in 9s
node-python image / build (arm64) (push) Successful in 32s
node-python image / amend-manifest (push) Has been skipped
docker-node image / build (amd64) (push) Successful in 9s
docker-node image / build (arm64) (push) Successful in 30s
docker-node image / amend-manifest (push) Successful in 19s
node-go image / build (amd64) (push) Successful in 1m14s
node-python image / build (amd64) (push) Failing after 1m17s
node-go image / build (arm64) (push) Successful in 1m46s
node-go image / amend-manifest (push) Successful in 9s
node-python image / build (arm64) (push) Successful in 32s
node-python image / amend-manifest (push) Has been skipped
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
||||
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl git; \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl git gcc libc6-dev; \
|
||||
arch="$(dpkg --print-architecture)"; \
|
||||
case "${arch}" in \
|
||||
amd64) go_arch='linux-amd64' ;; \
|
||||
|
||||
Reference in New Issue
Block a user