enclaveos/Dockerfile

14 lines
235 B
Docker
Raw Normal View History

2022-06-24 09:02:51 +00:00
ARG DEBIAN_HASH
FROM debian@sha256:${DEBIAN_HASH}
RUN apt update && \
apt install -y \
git \
curl \
build-essential \
flex \
bison \
libncurses-dev \
bc \
libelf-dev