Skip to content

Commit 6b2f1aa

Browse files
committed
Use the docker host hostname instead
1 parent 1525cb0 commit 6b2f1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1414
build-essential \
1515
&& rm -rf /var/lib/apt/lists/*
1616

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" \
17+
#ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
18+
ENV RDURL="http://host.docker.internal:8000" \
1919
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
2020
VRMF=9.1.4.0
2121

0 commit comments

Comments
 (0)