Skip to content

Commit b1bd364

Browse files
authored
update inventory-go build (#425)
libnsl has been updated and we need to update our symlink
1 parent 5aaa5e1 commit b1bd364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grabdish/inventory-go/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN wget https://download.oracle.com/otn_software/linux/instantclient/193000/ins
1717

1818
RUN cd /lib
1919
RUN ln -s /lib64/* /lib
20-
RUN ln -s libnsl.so.2 /usr/lib/libnsl.so.1
20+
RUN ln -s libnsl.so.3 /usr/lib/libnsl.so.1
2121
RUN ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
2222

2323
COPY --from=builder /go/bin/inventory-go /usr/lib/inventory-go
@@ -31,4 +31,4 @@ ENTRYPOINT ["/usr/lib/inventory-go"]
3131
# cp -r instantclient_${release}_${update}/* /lib && \
3232
# rm -rf instantclient-basic-linux.x64-${release}.${update}.0.0.0dbru.zip && \
3333
# apk add libaio && \
34-
# apk add libaio libnsl libc6-compat
34+
# apk add libaio libnsl libc6-compat

0 commit comments

Comments
 (0)