Compare commits
2 Commits
develop
...
da9cc6ab32
| Author | SHA1 | Date | |
|---|---|---|---|
| da9cc6ab32 | |||
| 512ff5ba95 |
@@ -1,7 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# 安裝必要的工具
|
||||
RUN apk add --no-cache --no-check-certificate bash zip
|
||||
# 更新並安裝必要的工具
|
||||
RUN apk update \
|
||||
&& apk add --no-cache bash zip
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user