Skip to content

Commit a8c7be1

Browse files
authored
Add libatomic as dependency for pre-commit hooks (#75)
1 parent 10e69b4 commit a8c7be1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker/tools-rippled/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ FROM base AS pre-commit
5454
# This is not inherited from base image.
5555
ARG DEBIAN_FRONTEND=noninteractive
5656

57+
# Install additional dependencies.
58+
RUN <<EOF
59+
apt-get update
60+
apt-get install -y --no-install-recommends libatomic1
61+
apt-get clean
62+
rm -rf /var/lib/apt/lists/*
63+
EOF
64+
5765
# Install pre-commit.
5866
ARG PRE_COMMIT_VERSION
5967
RUN pip install --no-cache \

0 commit comments

Comments
 (0)