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