Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jul 29, 2023
1 parent 1e7edf2 commit d59ccdf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ RUN set -x && \
# Install packages.
apt-get update && \
apt-get install -y --no-install-recommends \
${KEPT_PACKAGES[@]} \
${TEMP_PACKAGES[@]} \
&& \
${KEPT_PACKAGES[@]} \
${TEMP_PACKAGES[@]} \
&& \
git config --global advice.detachedHead false && \
# Build & install uat2esnt
git clone --branch=master --single-branch --depth=1 "https://github.com/adsbxchange/uat2esnt.git" "/src/uat2esnt" && \
pushd "/src/uat2esnt" && \
# Fix build error with bookworm
sed -i 's/ -Werror//' Makefile && \
echo "uat2esnt $(git log | head -1)" >> /VERSIONS && \
make all test && \
cp -v ./uat2text /usr/local/bin/ && \
Expand Down

0 comments on commit d59ccdf

Please sign in to comment.