taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

Dockerfile (214B)


      1 FROM debian:buster
      2 
      3 RUN apt-get update -y
      4 RUN apt-get upgrade -y
      5 RUN apt-get install -y \ 
      6   build-essential fakeroot devscripts git vim \
      7   openjdk-11-jdk-headless
      8 RUN git clone https://git.taler.net/libeufin.git