Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af51ffacee | |||
| d9c55ca347 |
+1
-6
@@ -1,9 +1,4 @@
|
||||
FROM node:20-slim
|
||||
|
||||
# force rebuild to ensure git is installed
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
FROM node:20
|
||||
|
||||
WORKDIR /action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user