There was an error while loading. Please reload this page.
2 parents 9bc4417 + cba6898 commit 226cbc9Copy full SHA for 226cbc9
1 file changed
Workers/Resgrid.TrackerGateway/Dockerfile
@@ -50,7 +50,8 @@ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b208080
50
# LocalXpose CLI (https://localxpose.io) used to expose the TCP/UDP ingest ports; checksum tracks the current linux/amd64 artifact.
51
ADD --checksum=sha256:b13e6914288e6c7d66744578e68b4eeacab5d629cd8fe3fb13863665d0a1ac95 https://api.localxpose.io/api/downloads/loclx-linux-amd64.zip /tmp/loclx.zip
52
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
53
- && apt-get install -y --no-install-recommends unzip \
+ && apt-get install -y --reinstall --no-install-recommends dash unzip \
54
+ && test -f /usr/bin/dash \
55
&& unzip /tmp/loclx.zip -d /app/publish \
56
&& rm -f /tmp/loclx.zip \
57
&& rm -rf /var/lib/apt/lists/* \
0 commit comments