File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
gcc \
7
7
libc6-dev \
8
8
make \
9
+ pkg-config \
9
10
&& rm -rf /var/lib/apt/lists/*
10
11
11
12
ENV GOLANG_VERSION 1.6.3
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
gcc \
7
7
libc6-dev \
8
8
make \
9
+ pkg-config \
9
10
&& rm -rf /var/lib/apt/lists/*
10
11
11
12
ENV GOLANG_VERSION 1.6.3
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
gcc \
7
7
libc6-dev \
8
8
make \
9
+ pkg-config \
9
10
&& rm -rf /var/lib/apt/lists/*
10
11
11
12
ENV GOLANG_VERSION 1.7.1
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
gcc \
7
7
libc6-dev \
8
8
make \
9
+ pkg-config \
9
10
&& rm -rf /var/lib/apt/lists/*
10
11
11
12
ENV GOLANG_VERSION 1.7.1
You can’t perform that action at this time.
0 commit comments