Skip to content

Commit b4a38b2

Browse files
authored
Update Dockerfile to include apt-get update
1 parent 4c08290 commit b4a38b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY . .
5555

5656
# Run the build script using getdeps.py (already running as root)
5757
# First install system dependencies to reduce compilation
58-
RUN ./build/fbcode_builder/getdeps.py install-system-deps --recursive moxygen
58+
RUN apt-get update && ./build/fbcode_builder/getdeps.py install-system-deps --recursive moxygen
5959

6060
# Limit parallelism to 2 jobs to avoid OOM on GitHub Actions runners (7GB RAM)
6161
RUN ./build/fbcode_builder/getdeps.py build --allow-system-packages --num-jobs 2 --verbose moxygen 2>&1 || \

0 commit comments

Comments
 (0)