Skip to content

Commit

Permalink
resolves adamrehn#311 use apk update to test that network works
Browse files Browse the repository at this point in the history
There seems to be an issue in busybox `wget` with SSL proxy:
wurstmeister/kafka-docker#487
  • Loading branch information
slonopotamus committed Jun 5, 2023
1 parent 26824b5 commit 7a85442
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM alpine:latest
# Add a sentinel label so we can easily identify intermediate images
LABEL com.adamrehn.ue4-docker.sentinel="1"

# Attempt to download the Chocolatey installation script (not actually useful under Linux of course, but useful as a network test)
RUN wget 'https://chocolatey.org/install.ps1'
# Test that network works
RUN apk update

0 comments on commit 7a85442

Please sign in to comment.