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
Petalinux Docker
Commits
3f46ab97
Unverified
Commit
3f46ab97
authored
Jun 20, 2018
by
Yuxiang Zhang
Committed by
GitHub
Jun 20, 2018
Browse files
fix dependency
parent
64250dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3f46ab97
...
...
@@ -28,6 +28,7 @@ RUN sed -i.bak s/archive.ubuntu.com/mirror.tuna.tsinghua.edu.cn/g /etc/apt/sourc
libglib2.0-dev
\
lib32z1-dev
\
zlib1g:i386
\
libgtk2.0-0
\
screen
\
pax
\
diffstat
\
...
...
@@ -66,8 +67,9 @@ RUN chmod a+x /${PETA_RUN_FILE} && \
USER
vivado
ENV
HOME /home/vivado
RUN
mkdir
/home/vivado/work
WORKDIR
/home/vivado/work
ENV
LANG en_US.UTF-8
RUN
mkdir
/home/vivado/project
WORKDIR
/home/vivado/project
#add vivado tools to path
RUN
echo
"source /opt/Xilinx/petalinux/settings.sh"
>>
/home/vivado/.bashrc
...
...
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