Skip to content

Commit

Permalink
[Bug] #58 - 도커파일 수정 test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dudtlstm committed Dec 2, 2024
1 parent 9880beb commit 40fc0ee
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@ RUN apk add --no-cache \
wget \
unzip \
nss \
bash
bash \
libstdc++ \
libx11 \
libxcomposite \
libxdamage \
libxext \
libxrandr \
libxi \
libatk \
gtk+3.0 \
libxcb \
libnss3 \
libglib \
libgobject \
mesa-gl \

# Google Chrome 다운로드 및 설치
RUN wget https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.85/linux64/chrome-linux64.zip \
Expand Down

0 comments on commit 40fc0ee

Please sign in to comment.