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 63d3b1a commit df3a344Copy full SHA for df3a344
Dockerfile
@@ -49,10 +49,11 @@ RUN cd ~ && wget https://github.com/libgit2/libgit2/releases/download/v1.1.0/lib
49
cmake --build . --target install && \
50
make install && \
51
cp -rp ~/libgit2-1.1.0/install/include/* /usr/include/ && \
52
- cp -rp ~/libgit2-1.1.0/install/lib/pkgconfig/* /usr/lib/ && \
+ cp -rp ~/libgit2-1.1.0/install/lib/pkgconfig/* /usr/lib/pkgconfig && \
53
cp -rp ~/libgit2-1.1.0/install/lib/lib* /usr/lib/
54
55
-RUN apt-get remove cmake nodejs apt-transport-https ca-certificates gnupg software-properties-common wget sudo
+# Post Cleanup stage
56
+RUN apt-get remove cmake nodejs apt-transport-https ca-certificates gnupg software-properties-common wget -y
57
58
EXPOSE 9001
59
0 commit comments