3 lines
163 B
Docker
3 lines
163 B
Docker
FROM docker.io/library/ubuntu:24.04
|
|
|
|
RUN apt-get -y update && apt-get -y install build-essential curl libffi-dev libffi8ubuntu1 libgmp-dev libgmp10 libncurses-dev
|