Skip to content
Snippets Groups Projects
Commit 4035bd19 authored by Mate Farkas's avatar Mate Farkas
Browse files

Xenial environment variables have been added.

parent 143746bc
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ RUN apt-get -y update && apt-get install -y \ ...@@ -8,6 +8,8 @@ RUN apt-get -y update && apt-get install -y \
sudo \ sudo \
vim vim
ADD etc/environment /etc/environment
RUN useradd -m -s /bin/bash vagrant RUN useradd -m -s /bin/bash vagrant
ADD home/vagrant/.ssh/authorized_keys /home/vagrant/.ssh/authorized_keys ADD home/vagrant/.ssh/authorized_keys /home/vagrant/.ssh/authorized_keys
RUN chmod 0700 /home/vagrant/.ssh/ RUN chmod 0700 /home/vagrant/.ssh/
......
LC_ALL="C"
LC_CTYPE="C"
LC_MESSAGES="C"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment