aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/=template=Dockerfile
blob: f4e563c8131ebd74b8332821d420c0db051d4e1c (plain) (blame)
1
2
3
4
5
6
7
FROM abobov/debian:testing

LABEL maintainer="Anton Bobov <abobov@gmail.com>"

RUN apt-get update && apt-get install --no-install-recommends -y %HERE% \
  && apt-get clean \
  && rm -rf /var/lib/apt/lists/*