Hexo-Async-Offends/Dockerfile-hexo-async-offends
offends 6ea99f26e2
Some checks reported errors
continuous-integration/drone Build was killed
synchronization
2024-07-19 15:19:56 +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