Skip to content
Snippets Groups Projects
Dockerfile 160 B
Newer Older
Thomas Spitzlei's avatar
Thomas Spitzlei committed
FROM debian:stable-slim
RUN apt-get update && apt-get install -y \
  samba-common-bin && apt-get clean && \
  apt-get autoremove && rm -rf /var/lib/apt/lists/*