Skip to content

Commit 7d7a261

Browse files
authored
Update Dockerfile-4-docker-compose
1 parent 892a351 commit 7d7a261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu_16.04/Dockerfile-4-docker-compose

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ARG apt_proxy
33
RUN printf "Acquire::http::Proxy \"$apt_proxy\";\nAcquire::https::Proxy \"$apt_proxy\";\n" > /etc/apt/apt.conf.d/00aptproxy
44
RUN sed -i 's|//archive|//fr.archive|' /etc/apt/sources.list
55
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
88
RUN echo "source /usr/share/bash-completion/completions/git" >> $HOME/.profile
99
RUN mkdir -vm=700 $HOME/.ssh/
1010
# Pour les instructions COPY et WORKDIR

0 commit comments

Comments
 (0)