Skip to content

Commit

Permalink
Update memo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sakasa authored May 18, 2020
1 parent 18242de commit 323a17b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/memo.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ yum install procps
```bash
apt-get install procps
```

## コンテナイメージubuntuでdocker-compose実行時に対話的インストールになることがあるので抑止する
参考:https://qiita.com/yagince/items/deba267f789604643bab
- Dockerfileに以下を記述
```
ENV DEBIAN_FRONTEND=noninteractive
```

0 comments on commit 323a17b

Please sign in to comment.