diff --git a/Dockerfile b/Dockerfile index 00548d8..a43e7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ # Python python3 python3-dev python3-pip \ # Camoufox build system tools - git p7zip-full golang-go aria2c + git p7zip-full golang-go aria2 # Fetch Firefox & apply initial patches RUN make setup-minimal && \ diff --git a/Makefile b/Makefile index 6cf998c..663c442 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ export cf_source_dir := camoufox-$(version)-$(release) ff_source_tarball := firefox-$(version).source.tar.xz -debs := python3 python3-dev python3-pip p7zip-full golang-go msitools wget aria2c -rpms := python3 python3-devel p7zip golang msitools wget aria2c -pacman := python python-pip p7zip go msitools wget aria2c +debs := python3 python3-dev python3-pip p7zip-full golang-go msitools wget aria2 +rpms := python3 python3-devel p7zip golang msitools wget aria2 +pacman := python python-pip p7zip go msitools wget aria2 .PHONY: help fetch setup setup-minimal clean set-target distclean build package build-launcher check-arch revert edits run bootstrap mozbootstrap dir package-linux package-macos package-windows vcredist_arch