mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-22 05:56:24 +00:00
Add workaround for .bashrc file
Signed-off-by: Munoz, Obed N <obed.n.munoz@intel.com>
This commit is contained in:
@@ -7,7 +7,8 @@ ARG swupd_args
|
||||
RUN mkdir -p /root/share
|
||||
RUN mkdir -p /root/go/src
|
||||
RUN mkdir -p /etc/pki/ciao
|
||||
COPY bashrc /.bashrc
|
||||
COPY bashrc /root/bashrc
|
||||
RUN ln -s /root/bashrc /.bashrc
|
||||
COPY environment /etc/
|
||||
|
||||
# update and utilities
|
||||
|
||||
Reference in New Issue
Block a user