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

Support multiple debian version

parent add05d7a
No related branches found
No related tags found
No related merge requests found
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