Skip to content
Snippets Groups Projects
Unverified Commit 7abaa138 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
FROM debian:latest
MAINTAINER Pavel Vondruska <vondruska@cesnet.cz>
RUN apt-get update \
&& apt-get install -y --no-install-recommends fakeroot \
&& rm -r /var/lib/apt/lists/* \
&& apt-get clean
RUN mkdir /afs /packages /auto /storage /scratch
RUN ln -sf /afs/ics.muni.cz/software /software
CMD ["bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment