Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit124c7e6

Browse files
committed
add python3 packages
1 parenta84fc60 commit124c7e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎Dockerfile‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ RUN apt-get update && \
1212
lcov \
1313
valgrind \
1414
clang-format \
15-
clang-tidy && \
15+
clang-tidy \
16+
python3-pip
17+
python3-venv && \
1618
rm -rf /var/lib/apt/lists/*
19+
20+
RUN ln -s /usr/bin/python3 /usr/bin/python
21+

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
- doxygen
1515
- lcov
1616
- valgrind
17+
- Python 3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp