This commit is contained in:
10
Dockerfile-hexo-async-offends
Normal file
10
Dockerfile-hexo-async-offends
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG IMAGENAME
|
||||
|
||||
FROM ${IMAGENAME}
|
||||
|
||||
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
|
Reference in New Issue
Block a user