Skip to content
Snippets Groups Projects
Commit d76b7791 authored by Andres Maldonado's avatar Andres Maldonado
Browse files
parent fca8d4f7
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,14 @@ FROM debian:stretch
MAINTAINER antoinebarbare@gmail.com
RUN apt-get update -y
RUN apt-get install -y \
curl \
git \
gpg \
locate \
nano \
vim \
wget
RUN apt-get update && apt-get install -y \
curl \
git \
gpg \
locate \
nano \
vim \
wget
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