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

Making stretch and latest debian image

parent b1f35ee0
No related branches found
No related tags found
No related merge requests found
File moved
FROM debian:stretch
MAINTAINER Pavel Vondruska <vondruska@cesnet.cz>
RUN apt-get update \
&& apt-get install -y --no-install-recommends fakeroot libx11-6 \
&& 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