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 1525cb0 commit 6b2f1aaCopy full SHA for 6b2f1aa
Dockerfile.dev
@@ -14,8 +14,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
14
build-essential \
15
&& rm -rf /var/lib/apt/lists/*
16
17
-ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
18
-#ENV RDURL="http://192.168.143.1:62489" \
+#ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
+ENV RDURL="http://host.docker.internal:8000" \
19
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
20
VRMF=9.1.4.0
21
0 commit comments