Hexo-Async-Offends/Dockerfile-hexo-async-offends
offends f81564f8a0
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-07-19 12:43:24 +08:00

12 lines
251 B
Plaintext

ARG IMAGENAME
FROM ${IMAGENAME}
LABEL maintainer="Offends <offends4@163.com>"
COPY . /app/* /app/
RUN apk update && apk add --no-cache --virtual .build-deps curl bash git \
&& bash /app/init.sh \
&& rm -rf /app \
&& apk del .build-deps