Skip to content

feat: base イメージへ tmux を追加 - #96

Merged
takemi-ohama merged 1 commit into
mainfrom
feat/base-add-tmux
Aug 15, 2026
Merged

takemi-ohama merged 1 commit into
mainfrom
feat/base-add-tmux

Conversation

@takemi-ohama

Copy link
Copy Markdown
Contributor

変更

containers/base/Dockerfile の apt install 行に tmux を追加する。

-    locales git wget vim sudo nano jq make unzip +    locales git wget vim sudo nano jq make unzip tmux ```

コンテナ内でセッションを分割・維持できるようにするため。既存の install 行への追加なのでレイヤは増えない。

## 反映方法

base イメージのビルド内容が変わるため、既存環境へ反映するには**再ビルドが必要**。

```bash
devbase build --no-cache

イメージが古いままだと tmux: command not found のままになる。

🤖 Generated with Claude Code

コンテナ内でセッションを分割・維持するために tmux を使えるようにする。
既存の apt install 行へ追加するだけで、レイヤは増えない。

反映には base イメージの再ビルドが必要 (devbase build --no-cache)。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@takemi-ohama
takemi-ohama merged commit ca4ee50 into main Aug 15, 2026
5 checks passed
@takemi-ohama
takemi-ohama deleted the feat/base-add-tmux branch August 15, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant