Skip to content

Commit 3eacaf0

Browse files
committed
Updated Dockerfile
1 parent aac1a7b commit 3eacaf0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ubuntu_16.04/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ RUN printf "Acquire::http::Proxy \"$apt_proxy\";\nAcquire::https::Proxy \"$a
55
RUN sed -i 's|//archive|//fr.archive|' /etc/apt/sources.list
66
ENV DEBIAN_FRONTEND=noninteractive
77
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
1013
RUN echo "source /usr/share/bash-completion/completions/git" >> $HOME/.profile
1114
RUN mkdir -vm=700 $HOME/.ssh/
1215
# Pour les instructions COPY et WORKDIR

0 commit comments

Comments
 (0)