Difference between revisions of "Flex-builder docker"

From ESS-WIKI
Jump to: navigation, search
 
Line 4: Line 4:
  
 
solution:
 
solution:
 
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
vim flexbuild_lsdk2012/docker/ubuntu/Dockerfile
 
vim flexbuild_lsdk2012/docker/ubuntu/Dockerfile
  
add "apt-get upgrade -y" to docker file
+
add "RUN apt-get upgrade -y" to docker file
  
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
 
[[File:404error.JPG|RTENOTITLE]]
 
[[File:404error.JPG|RTENOTITLE]]
 +
 +
  
 
2. some thing wrong when download tiny rfs
 
2. some thing wrong when download tiny rfs

Latest revision as of 10:28, 14 September 2021

You may use "flex-builder docker" command to auto create container, but there are two problems:

1. The original docker file in flex-builder may suffer 404 error.

solution:

vim flexbuild_lsdk2012/docker/ubuntu/Dockerfile

add "RUN apt-get upgrade -y" to docker file


RTENOTITLE


2. some thing wrong when download tiny rfs