Skip to content
Snippets Groups Projects
Verified Commit d533b0bf authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add docker files for file_handle:0.1.1

parent 8fc035f3
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV FILE_HANDLE_VERSION 0.1.1
ENV PACKAGES git=1:2.17.0* \
ca-certificates=20180409
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
RUN git clone https://github.com/LBMC/file_handle.git && \
cd file_handle && \
git checkout tags/v${FILE_HANDLE_VERSION} && \
cp src/file_handle.py /usr/bin/file_handle.py && \
chmod +x /usr/bin/file_handle.py
#!/bin/sh
docker build src/nf_modules/file_handle/0.1.1 -t 'file_handle:0.1.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment