Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 53e3284

Browse files
committed
adding gcc and musl in build image
1 parent ba7a886 commit 53e3284

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

1.12/build/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ FROM golang:1.12-alpine
33
RUN apk update && apk upgrade \
44
&& apk add --no-cache \
55
curl \
6+
gcc \
67
git \
78
make \
9+
musl-dev \
810
openssh-client \
911
tzdata \
1012
&& rm -rf /var/cache/apk/* \

1.13/build/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ FROM golang:1.13-alpine
33
RUN apk update && apk upgrade \
44
&& apk add --no-cache \
55
curl \
6+
gcc \
67
git \
78
make \
9+
musl-dev \
810
openssh-client \
911
tzdata \
1012
&& rm -rf /var/cache/apk/* \

1.14/build/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ FROM golang:1.14-alpine
33
RUN apk update && apk upgrade \
44
&& apk add --no-cache \
55
curl \
6+
gcc \
67
git \
78
make \
9+
musl-dev \
810
openssh-client \
911
tzdata \
1012
&& rm -rf /var/cache/apk/* \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMAGE_BUILD = microparts/docker-golang-build
44
IMAGE_BASE = microparts/docker-golang-base
55
VERSION_LINT = 1.0.1
66
VERSION_TEST = 1.0.2
7-
VERSION_BUILD = 1.1.0
7+
VERSION_BUILD = 1.1.1
88
VERSION_BASE = 1.0.2
99
GOLANGCI_VERSION = v1.24.0
1010

0 commit comments

Comments
 (0)