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 1
1
# syntax=docker/dockerfile:1
2
2
FROM ubuntu:16.04
3
3
ARG apt_proxy
4
- RUN printf "Acquire::http::Proxy \" $apt_proxy\" ;\n Acquire::https::Proxy \" $apt_proxy\" ;\n " > /etc/apt/apt.conf.d/00aptproxy
4
+ RUN printf "Acquire::http::Proxy \" $apt_proxy\" ;\n Acquire::https::Proxy \" $apt_proxy\" ;\n " > /etc/apt/apt.conf.d/00aptproxy
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
@@ -10,7 +10,7 @@ RUN apt-get install -V -y vim command-not-found git remake emacs-nox nano --no-i
10
10
RUN echo "source /usr/share/bash-completion/completions/git" >> $HOME/.profile
11
11
RUN mkdir -vm=700 $HOME/.ssh/
12
12
# Pour les instructions COPY et WORKDIR
13
- ENV HOME /root
13
+ ENV HOME= /root
14
14
COPY config id_rsa $HOME/.ssh/
15
15
RUN mkdir $HOME/myDIR
16
16
WORKDIR $HOME
You can’t perform that action at this time.
0 commit comments