Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
4dafd9a5
Commit
4dafd9a5
authored
Oct 21, 2017
by
Thanassis Tsiodras
Browse files
Add uPython cross-compiler and ZestSC1 build in the container.
parent
9662476b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4dafd9a5
...
...
@@ -53,6 +53,8 @@ RUN bash -c 'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/90_mi
RUN
bash
-c
'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/91_env.sh'
RUN
bash
-c
'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/95_components_library.sh'
RUN
bash
-c
'cd /bin ; sudo rm sh ; sudo ln -s bash sh'
RUN
bash
-c
'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/96_ZestSC1.sh'
RUN
bash
-c
'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/97_upython.sh'
RUN
bash
-c
'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/98_bash.sh'
RUN
bash
-c
'cd /root/tool-src ; HOME=/root DISABLE_TASTE_BANNER=1 install/99_paths.sh'
RUN
bash
-c
'echo ". ~/.bashrc.taste" >> /root/.bashrc'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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