Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
304c4508
Commit
304c4508
authored
Jul 08, 2021
by
YannGarcia
Browse files
Update Dockerfile.stfubuntu
parent
5f7d054d
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile.stfubuntu
View file @
304c4508
...
...
@@ -65,6 +65,7 @@ RUN echo "docker-STF-dev" > /etc/hostname \
sshpass \
tcpdump \
texlive-font-utils \
texlive-latex-extra \
tshark \
tzdata \
valgrind \
...
...
docker/build.sh
View file @
304c4508
...
...
@@ -5,6 +5,8 @@
set
-e
set
-vx
docker rmi
--force
ef7f32b5c958 5cb2eec6ac51 417af65bc502 4c7a16a49ac9
# Force removing stfubuntu docker image
if
[
"
$1
"
==
"--force-stfubuntu"
]
;
then
if
[
-n
`
docker images
-q
stfubuntu
`
]
;
then
...
...
docker/home/etc/init.d/50-doxygen.sh
View file @
304c4508
...
...
@@ -3,9 +3,6 @@
#set -e
set
-vx
echo
-e
"*****************************
\n
* Add specific Latex package
\n
*****************************
\n
"
sudo
apt-get
-y
install
texlive-latex-extra
echo
-e
"*****************************
\n
* Build docs
\n
*****************************
\n
"
.
/home/etsi/devenv.bash
cd
${
HOME
}
/dev/TTF_T012_Mec/docs
||
exit
1
...
...
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