Files
hpcore/test/docker/Dockerfile.ubt.20.04
kithminisg f38da0b437 Merge branch 'hpsh' into test-release
Conflicts:
	CMakeLists.txt
	test/docker/Dockerfile.ubt.20.04
	test/docker/build.sh
	test/local-cluster/Dockerfile
2024-01-05 18:43:00 +05:30

19 lines
450 B
Docker

# Ubuntu 20.04 + HotPocket
FROM ubuntu:focal
COPY libblake3.so /usr/local/lib/
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
libssl1.1 \
sqlite3 \
fuse3 \
openssl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /usr/local/bin/hotpocket
COPY hpcore hpfs hpws hpsh evernode-license.pdf /usr/local/bin/hotpocket/
ENTRYPOINT ["/usr/local/bin/hotpocket/hpcore"]