mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
Fix build error
This commit is contained in:
parent
329835f40b
commit
829f65a65f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ENV URL_MLAT_CLIENT_REPO="https://github.com/wiedehopf/mlat-client.git" \
|
|||
PRIVATE_MLAT="false" \
|
||||
MLAT_INPUT_TYPE="auto"
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-x"]
|
||||
SHELL ["/bin/bash", "-x", "-o", "pipefail", "-c"]
|
||||
RUN TEMP_PACKAGES=() && \
|
||||
KEPT_PACKAGES=() && \
|
||||
# Git and net-tools are needed to install and run @Mikenye's HealthCheck framework
|
||||
|
|
Loading…
Reference in a new issue