Skip to content
Snippets Groups Projects
Commit b2db814b authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Support multiple debian version

parent b2dea02d
No related branches found
No related tags found
1 merge request!5CheckMK stable image
FROM debian:latest
FROM debian:jessie
MAINTAINER antoinebarbare@gmail.com
......@@ -9,7 +9,7 @@ RUN apt-get install -y vim \
curl \
wget \
nano \
gpg
gpg
ENV TERM xterm
CMD /bin/bash
CMD ["/bin/bash"]
FROM debian:stretch
MAINTAINER antoinebarbare@gmail.com
RUN apt-get update -y
RUN apt-get install -y vim \
locate \
git \
curl \
wget \
nano \
gpg
ENV TERM xterm
CMD ["/bin/bash"]
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