dyne / Zenroom

Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations.
https://dev.zenroom.org
GNU Affero General Public License v3.0
196 stars 64 forks source link

Add to Dockerfile readline-dev #922

Closed Ignat99 closed 1 month ago

Ignat99 commented 1 month ago

Copyright 2017-2018 Dyne.org foundation

SPDX-FileCopyrightText: 2017-2022 Dyne.org foundation

#

SPDX-License-Identifier: AGPL-3.0-or-later

FROM alpine:latest

ADD . /

RUN apk add --no-cache zsh linux-headers build-base cmake readline-dev RUN make linux RUN cp /src/zenroom /usr/local/bin/zenroom

ENTRYPOINT ["zenroom"]

matteo-cristino commented 1 month ago

Done in #923, thank you! 😁

Ignat99 commented 1 month ago

De nada :-)