File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ARG apt_proxy
3
3
RUN printf "Acquire::http::Proxy \"$apt_proxy\";\nAcquire::https::Proxy \"$apt_proxy\";\n" > /etc/apt/apt.conf.d/00aptproxy
4
4
RUN sed -i 's|//archive|//fr.archive|' /etc/apt/sources.list
5
5
ENV DEBIAN_FRONTEND=noninteractive
6
- RUN apt-get update && apt install -V -y vim command-not-found bash-completion git remake emacs-nox nano openssh-server bind9-host # ocaml-nox
7
- RUN apt-get install -V -y ca-certificates
6
+ RUN apt-get update && apt install -V -y vim git remake emacs-nox nano openssh-server bind9-host # ocaml-nox
7
+ RUN apt-get install -V -y command-not-found bash-completion ca-certificates openssh-client
8
8
RUN echo "source /usr/share/bash-completion/completions/git" >> $HOME/.profile
9
9
RUN mkdir -vm=700 $HOME/.ssh/
10
10
# Pour les instructions COPY et WORKDIR
You can’t perform that action at this time.
0 commit comments