Skip to content

Commit

Permalink
[CONSUL-382] Support openssl in unique test dockerfile (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
iberlot authored and joselo85 committed Dec 21, 2022
1 parent 32fce35 commit 95d2f3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-support-windows/Dockerfile-consul-dev-windows
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN tar -xf fortio.zip -C fortio
# Copy envoy.exe from FROM envoyproxy/envoy-windows:${ENVOY_VERSION}
COPY --from=envoy ["C:/Program Files/envoy/", "C:/envoy/"]

RUN choco install openssl -yf

EXPOSE 8300
EXPOSE 8301 8301/udp 8302 8302/udp
EXPOSE 8500 8600 8600/udp
Expand All @@ -23,4 +25,4 @@ EXPOSE 19000 19001 19002 19003 19004
EXPOSE 21000 21001 21002 21003 21004
EXPOSE 5000 1234 2345

RUN SETX /M path "%PATH%;C:\consul;C:\envoy;C:\fortio;C:\Program Files\Git\bin"
RUN SETX /M path "%PATH%;C:\consul;C:\envoy;C:\fortio;C:\Program Files\Git\bin;C:\Program Files\OpenSSL-Win64\bin"

0 comments on commit 95d2f3c

Please sign in to comment.