Skip to content

Commit 53424ca

Browse files
authored
Merge pull request #114 from infosiftr/add-pkg-config
Add pkg-config for cgo
2 parents f2cde17 + 85df997 commit 53424ca

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

1.6/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc \
77
libc6-dev \
88
make \
9+
pkg-config \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
ENV GOLANG_VERSION 1.6.3

1.6/wheezy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc \
77
libc6-dev \
88
make \
9+
pkg-config \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
ENV GOLANG_VERSION 1.6.3

1.7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc \
77
libc6-dev \
88
make \
9+
pkg-config \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
ENV GOLANG_VERSION 1.7.1

1.7/wheezy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc \
77
libc6-dev \
88
make \
9+
pkg-config \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
ENV GOLANG_VERSION 1.7.1

0 commit comments

Comments
 (0)