code / Dockerfile
edwagbb's picture
Update Dockerfile
5c23f9c verified
raw
history blame
197 Bytes
FROM debian:latest
FROM debian:latest
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y curl
RUN curl https://get.wasmer.io -sSfL | sh
RUN wapm install nginx
CMD wasmer -v