remove docker dependency wording

This commit is contained in:
oneflux 2025-04-23 15:48:30 -07:00
parent 3310e5d9b2
commit 1800a5e33c

View file

@ -41,8 +41,6 @@ fetch:
aria2c -x16 -s16 -k1M -o $(ff_source_tarball) "https://archive.mozilla.org/pub/firefox/releases/$(version)/source/firefox-$(version).source.tar.xz"; \
setup-minimal:
# Note: Only docker containers are intended to run this directly.
# Run this before `make dir` or `make build` to avoid setting up a local git repo.
if [ ! -f $(ff_source_tarball) ]; then \
make fetch; \
fi