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 99c3232 commit 659e49bCopy full SHA for 659e49b
Dockerfile
@@ -55,6 +55,6 @@ RUN go install github.com/onsi/ginkgo/v2/ginkgo@latest
55
WORKDIR /root/go/src/github.com/dgruber
56
57
ENV SGE_ROOT=/opt/cs-install
58
-ENV LD_LIBRARY_PATH ${SGE_ROOT}/lib/lx-amd64
+ENV LD_LIBRARY_PATH=${SGE_ROOT}/lib/lx-amd64
59
60
ENTRYPOINT [ "/entrypoint.sh" ]
0 commit comments