Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-sdk
Merge requests
!381
Fix/sphinx doc for swift
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
DanmeiChen
requested to merge
fix/sphinx_doc_for_swift
into
master
5 years ago
Overview
1
Commits
4
Pipelines
0
Changes
1
0
0
Viewing commit
64dff600
Prev
Next
Show latest version
1 file
+
2
−
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
64dff600
add pip3
· 64dff600
DanmeiChen
authored
5 years ago
docker-files/bc-dev-debian9
+
2
−
1
Options
View file @ 64dff600
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,7 +23,8 @@ RUN apt-get update && \
RUN apt-get update && \
apt-get install -y alien at autoconf bison ccache clang cmake doxygen elfutils g++ gdb git graphviz intltool libtool lsb-release make nasm ninja-build openssh-client patch python3 python3-pip python3-pystache python3-six yasm && \
apt-get clean && \
pip install sphinx javasphinx sphinx_csharp anarchy_sphinx
update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
pip3 install sphinx javasphinx sphinx_csharp anarchy_sphinx
# Install linphone & flexisip dependencies development packages
RUN apt-get update && \
Menu
Explore
Projects
Groups
Topics
Snippets