Skip to content

Commit

Permalink
Fix not running on Ubuntu 20.04 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Mar 6, 2024
1 parent d72a4d1 commit 9760714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

RUN --mount=type=bind,source=_fixdockergid.sh,target=/_fixdockergid.sh \
shc -S -r -f /_fixdockergid.sh -o /_fixdockergid
CFLAGS="-static" shc -S -r -f /_fixdockergid.sh -o /_fixdockergid


# Used by build.sh
Expand Down

0 comments on commit 9760714

Please sign in to comment.