We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaa5e1 commit b1bd364Copy full SHA for b1bd364
grabdish/inventory-go/Dockerfile
@@ -17,7 +17,7 @@ RUN wget https://download.oracle.com/otn_software/linux/instantclient/193000/ins
17
18
RUN cd /lib
19
RUN ln -s /lib64/* /lib
20
-RUN ln -s libnsl.so.2 /usr/lib/libnsl.so.1
+RUN ln -s libnsl.so.3 /usr/lib/libnsl.so.1
21
RUN ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
22
23
COPY --from=builder /go/bin/inventory-go /usr/lib/inventory-go
@@ -31,4 +31,4 @@ ENTRYPOINT ["/usr/lib/inventory-go"]
31
# cp -r instantclient_${release}_${update}/* /lib && \
32
# rm -rf instantclient-basic-linux.x64-${release}.${update}.0.0.0dbru.zip && \
33
# apk add libaio && \
34
-# apk add libaio libnsl libc6-compat
+# apk add libaio libnsl libc6-compat
0 commit comments