Skip to content

Commit

Permalink
[add] pybind11用のライブラリ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
eito2002 committed Aug 24, 2024
1 parent 3740957 commit 295b6dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN apt-get update && \
cppcheck=1.90-4build1 \
tzdata=2024a-0ubuntu0.20.04 --no-install-recommends

# ここでないとできない
RUN apt-get update && apt-get install -y python3.8-dev

WORKDIR /workspaces/webserv

COPY / /workspaces/webserv/
Expand Down
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ isort
black
mypy
requests
setuptools
pybind11

0 comments on commit 295b6dc

Please sign in to comment.