Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit a822cb5

Browse files
committed
Bugfix: cannot run in arm64
1 parent ac808be commit a822cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM openpitrix/openpitrix-builder as builder
1+
FROM golang:1.13-alpine as builder
2+
3+
RUN apk add --no-cache git curl openssl
24

35
RUN mkdir -p /workspace/helm-package-repository/
46
WORKDIR /workspace/helm-package-repository/

0 commit comments

Comments
 (0)