Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Using non-dev version of libnuma
  • Loading branch information
weaversa authored Apr 17, 2024
1 parent be32aaa commit 709bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptol-remote-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN chown -R root:root /cryptol/rootfs

FROM ubuntu:22.04
RUN apt-get update \
&& apt-get install -y libgmp10 libgomp1 libffi8 libncurses6 libtinfo6 libreadline8 libnuma-dev openssl \
&& apt-get install -y libgmp10 libgomp1 libffi8 libncurses6 libtinfo6 libreadline8 libnuma1 openssl \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN useradd -m cryptol && chown -R cryptol:cryptol /home/cryptol
COPY --from=build /cryptol/rootfs /
Expand Down

0 comments on commit 709bee1

Please sign in to comment.