-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Alan Race edited this page Feb 28, 2019
·
1 revision
Welcome to the imzMLConverter wiki!
Example Dockerfile
FROM chambm/pwiz-skyline-i-agree-to-the-vendor-licenses
MAINTAINER Alan Race <>
RUN apt-get update &&
apt upgrade -y --allow-unauthenticated &&
apt install -y openjdk-8-jre-headless
RUN java -version
RUN wget https://github.com/AlanRace/imzMLConverter/releases/download/2.0.2/jimzMLConverter-2.0.2.zip RUN unzip jimzMLConverter-2.0.2.zip RUN mv jimzMLConverter/target/* ./ RUN ls