File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ RUN curl -sSLO https://storage.googleapis.com/obs-ci-cache/beats/libpcap-1.8.1.t
59
59
&& tar -xzf libpcap-1.8.1.tar.gz -C /libpcap \
60
60
&& rm libpcap-1.8.1.tar.gz
61
61
62
- RUN go install github.com/ibmdb/go_ibm_db/
[email protected] \
63
- && cd ${GOPATH}/pkg/mod/github.com/ibmdb/go_ibm_db\@v0.4.5/installer \
64
- && go run setup.go
65
-
66
62
ENV GOLANG_CROSSBUILD=1
67
63
VOLUME /app
68
64
WORKDIR /app
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apt install -y --no-install-recommends --allow-unauthenticated\
27
27
libxml2-dev \
28
28
libsqlite3-dev
29
29
30
- # For Debian 11 libsystemd-dev must be 247.3-7+deb11u4 because of preinstalled libsystemd0:247.3-7+deb11u4
30
+ # For Debian 11 libsystemd-dev must be 247.3-7+deb11u4 because of preinstalled libsystemd0:247.3-7+deb11u4
31
31
# See https://github.com/elastic/golang-crossbuild/pull/316
32
32
RUN apt install -y --no-install-recommends --allow-unauthenticated\
33
33
libsystemd-dev{{- if eq .DEBIAN_VERSION "11" }}=247.3-7+deb11u4{{- end }}
@@ -77,6 +77,10 @@ RUN curl -sSLO https://storage.googleapis.com/obs-ci-cache/beats/WpdPack_4_1_2.z
77
77
--output-lib /libpcap/win/WpdPack/Lib/x64/libwpcap.a \
78
78
--input-def /libpcap/win/WpdPack/wpcap.def
79
79
80
+ RUN go install github.com/ibmdb/go_ibm_db/
[email protected] \
81
+ && cd ${GOPATH}/pkg/mod/github.com/ibmdb/go_ibm_db\@v0.4.5/installer \
82
+ && go run setup.go
83
+
80
84
# Build-time metadata as defined at http://label-schema.org.
81
85
ARG BUILD_DATE
82
86
ARG IMAGE
@@ -86,4 +90,4 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
86
90
org.label-schema.name=$IMAGE \
87
91
org.label-schema.vcs-ref=$VCS_REF \
88
92
org.label-schema.vcs-url=$VCS_URL \
89
- org.label-schema.schema-version="1.0"
93
+ org.label-schema.schema-version="1.0"
You can’t perform that action at this time.
0 commit comments