Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
Vivado Docker
Commits
b26e4bf3
Commit
b26e4bf3
authored
Sep 13, 2016
by
Brian Donovan
Browse files
Remove ssh known_hosts file
parent
4f4e7eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b26e4bf3
...
...
@@ -29,7 +29,8 @@ ARG HOST_LOGIN
RUN
ssh
-oStrictHostKeyChecking
=
no
${
HOST_LOGIN
}
-i
id_rsa
"cat ~/Downloads/Xilinx_Vivado_SDK_2016.1_0409_1.tar.gz -"
|
tar
xzv
&&
\
/Xilinx_Vivado_SDK_2016.1_0409_1/xsetup
--agree
3rdPartyEULA,WebTalkTerms,XilinxEULA
--batch
Install
--config
install_config.txt
&&
\
rm
-rf
Xilinx_Vivado_SDK_2016.1_0409_1
&&
\
rm
id_rsa
rm
id_rsa
&&
\
rm
/root/.ssh/known_hosts
#make a Vivado user
RUN
adduser
--disabled-password
--gecos
''
vivado
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment