dockerfile

This commit is contained in:
lesion
2022-06-06 16:55:34 +02:00
parent 3f707ec3d1
commit 18fefaaea9

View File

@@ -1,4 +1,4 @@
FROM node:17.4-slim FROM node:17-slim
RUN bash -c "apt update -y && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp" RUN bash -c "apt update -y && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp"
RUN yarn global remove gancio || true RUN yarn global remove gancio || true
RUN yarn cache clean RUN yarn cache clean