Skip to content

Commit

Permalink
[Bug] #58 - 도커파일 수정 test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dudtlstm committed Dec 2, 2024
1 parent 4cb01a3 commit d851289
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,28 @@ RUN apk add --no-cache tzdata \
&& cp /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo "${TZ}" > /etc/timezone

# 필수 패키지 및 라이브러리 설치
RUN apk add --no-cache \
curl \
wget \
unzip \
bash \
libstdc++ \
libx11 \
libxcomposite \
libxdamage \
libxext \
libxrandr \
libxi \
libxcb \
libnss3 \
libglib \
libgobject \
mesa-gl \
dbus
# Edge(최신) 리포지토리 활성화 및 패키지 설치
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk update \
&& apk add --no-cache \
curl \
wget \
unzip \
bash \
libstdc++ \
libx11 \
libxcomposite \
libxdamage \
libxext \
libxrandr \
libxi \
libxcb \
libnss3 \
libglib \
libgobject \
mesa-gl \
dbus

# Google Chrome 설치
RUN wget -O /tmp/chrome-linux64.zip https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.85/linux64/chrome-linux64.zip \
Expand Down

0 comments on commit d851289

Please sign in to comment.