Skip to content

Commit 925ac9f

Browse files
committed
feat: add DB2 CLI libraries
1 parent 43f2c42 commit 925ac9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go/base/Dockerfile.tmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ RUN curl -sSLO https://storage.googleapis.com/obs-ci-cache/beats/libpcap-1.8.1.t
5959
&& tar -xzf libpcap-1.8.1.tar.gz -C /libpcap \
6060
&& rm libpcap-1.8.1.tar.gz
6161

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+
RUN
6267

6368
ENV GOLANG_CROSSBUILD=1
6469
VOLUME /app

0 commit comments

Comments
 (0)