Skip to content

Commit 21bd0d7

Browse files
committed
work
1 parent 7204b85 commit 21bd0d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ COPY .env .
1616
COPY src src
1717
COPY src/main/resources/ga4-service-account.json /tmp/ga4-service-account.json
1818

19+
RUN apt-get update && apt-get install -y zip
20+
1921
# 애플리케이션 빌드
2022
RUN gradle build -x test --no-daemon
2123

0 commit comments

Comments
 (0)