cph_open/Dockerfile-arm64
2024-03-07 19:57:28 +01:00

12 lines
170 B
Plaintext

FROM ubuntu:mantic
WORKDIR /app
COPY arm64/cph_open cph_open
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install -y libssl-dev
ENTRYPOINT ["./cph_open"]