Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
hpp-doc
Commits
f87864ba
Commit
f87864ba
authored
Sep 07, 2018
by
Guilhem Saurel
Browse files
[CI] remove texlive-latex-base texlive-binaries ghostscript to ensure use of MathJax
parent
abb4f29d
Changes
3
Hide whitespace changes
Inline
Side-by-side
.dockers/ubuntu-14.04/Dockerfile
View file @
f87864ba
...
...
@@ -40,8 +40,8 @@ RUN apt-get update -qqy && apt-get install -qqy \
ros-indigo-pr2-description
\
source-highlight
\
wget
\
&&
apt-get remove
-qqy
texlive
\
&&
apt-get autoremove
\
&&
apt-get remove
-qqy
texlive
-latex-base texlive-binaries ghostscript
\
&&
apt-get autoremove
-qqy
\
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
auto-install-hpp.sh /
.dockers/ubuntu-14.04/Dockerfile.premade
View file @
f87864ba
...
...
@@ -7,4 +7,4 @@ RUN /auto-install-hpp.sh --branch ubuntu-14.04 --target \
OpenSceneGraph-dae-plugin.install \
qpOASES.install \
eigen3.install \
roboptim-trajectory.install
roboptim-trajectory.install
"
.dockers/ubuntu-16.04/Dockerfile
View file @
f87864ba
...
...
@@ -50,8 +50,8 @@ RUN apt-get install -qqy \
libopenscenegraph-dev
\
openscenegraph
\
libpcre3-dev
\
&&
apt-get remove
-qqy
texlive
\
&&
apt-get autoremove
\
&&
apt-get remove
-qqy
texlive
-latex-base texlive-binaries ghostscript
\
&&
apt-get autoremove
-qqy
\
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
auto-install-hpp.sh /
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