Skip to content

Commit bebe0eb

Browse files
committed
Updated Dockerfile
1 parent 3f70450 commit bebe0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu_16.04/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
FROM ubuntu:16.04
33
ARG apt_proxy
4-
RUN printf "Acquire::http::Proxy \"$apt_proxy\";\nAcquire::https::Proxy \"$apt_proxy\";\n" > /etc/apt/apt.conf.d/00aptproxy
4+
RUN printf "Acquire::http::Proxy \"$apt_proxy\";\nAcquire::https::Proxy \"$apt_proxy\";\n" > /etc/apt/apt.conf.d/00aptproxy
55
RUN sed -i 's|//archive|//fr.archive|' /etc/apt/sources.list
66
ENV DEBIAN_FRONTEND=noninteractive
77
RUN apt-get update
@@ -10,7 +10,7 @@ RUN apt-get install -V -y vim command-not-found git remake emacs-nox nano --no-i
1010
RUN echo "source /usr/share/bash-completion/completions/git" >> $HOME/.profile
1111
RUN mkdir -vm=700 $HOME/.ssh/
1212
# Pour les instructions COPY et WORKDIR
13-
ENV HOME /root
13+
ENV HOME=/root
1414
COPY config id_rsa $HOME/.ssh/
1515
RUN mkdir $HOME/myDIR
1616
WORKDIR $HOME

0 commit comments

Comments
 (0)