ttttdiva commited on
Commit
3f7ec7f
·
verified ·
1 Parent(s): a9a8ba3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -14,6 +14,12 @@ RUN apt-get update && apt-get install -y \
14
  libgbm1 \
15
  fonts-liberation \
16
  libasound2 \
 
 
 
 
 
 
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
  # 作業ディレクトリ(root権限のまま)
 
14
  libgbm1 \
15
  fonts-liberation \
16
  libasound2 \
17
+ libxcomposite1 \
18
+ libxdamage1 \
19
+ libxfixes3 \
20
+ libxrandr2 \
21
+ # ↑ Playwright が要求している追加ライブラリ
22
+ # ここに他の必要パッケージがあれば続けて書く
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  # 作業ディレクトリ(root権限のまま)