1 parent 4c08290 commit b4a38b2Copy full SHA for b4a38b2
1 file changed
docker/Dockerfile
@@ -55,7 +55,7 @@ COPY . .
55
56
# Run the build script using getdeps.py (already running as root)
57
# First install system dependencies to reduce compilation
58
-RUN ./build/fbcode_builder/getdeps.py install-system-deps --recursive moxygen
+RUN apt-get update && ./build/fbcode_builder/getdeps.py install-system-deps --recursive moxygen
59
60
# Limit parallelism to 2 jobs to avoid OOM on GitHub Actions runners (7GB RAM)
61
RUN ./build/fbcode_builder/getdeps.py build --allow-system-packages --num-jobs 2 --verbose moxygen 2>&1 || \
0 commit comments