We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fa56f commit 0d0ddf2Copy full SHA for 0d0ddf2
Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
17
18
WORKDIR /opencve
19
20
-RUN git clone "${OPENCVE_REPOSITORY}" . && git checkout tags/v${OPENCVE_VERSION} -b ${OPENCVE_VERSION}
+RUN git clone --depth 1 -b v${OPENCVE_VERSION} "${OPENCVE_REPOSITORY}" .
21
22
WORKDIR /app
23
0 commit comments