@@ -1,8 +1,3 @@
|
||||
FROM docker:24.0.7-dind-alpine3.18
|
||||
|
||||
RUN apk update && apk --no-cache add bash curl git
|
||||
|
||||
COPY ./entrypoint.sh /bin/entrypoint.sh
|
||||
RUN chmod +x /bin/entrypoint.sh
|
||||
ENTRYPOINT ["/bin/entrypoint.sh"]
|
||||
CMD []
|
||||
RUN apk update && apk --no-cache add bash curl git nodejs npm
|
||||
|
||||
Reference in New Issue
Block a user