Skip to content

Commit 226cbc9

Browse files
authored
Merge pull request #441 from Resgrid/develop
RG-T127 Fixing TrackerGateway docker build
2 parents 9bc4417 + cba6898 commit 226cbc9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Workers/Resgrid.TrackerGateway/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b208080
5050
# LocalXpose CLI (https://localxpose.io) used to expose the TCP/UDP ingest ports; checksum tracks the current linux/amd64 artifact.
5151
ADD --checksum=sha256:b13e6914288e6c7d66744578e68b4eeacab5d629cd8fe3fb13863665d0a1ac95 https://api.localxpose.io/api/downloads/loclx-linux-amd64.zip /tmp/loclx.zip
5252
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
53-
&& apt-get install -y --no-install-recommends unzip \
53+
&& apt-get install -y --reinstall --no-install-recommends dash unzip \
54+
&& test -f /usr/bin/dash \
5455
&& unzip /tmp/loclx.zip -d /app/publish \
5556
&& rm -f /tmp/loclx.zip \
5657
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)