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 8c7089e commit 747e132Copy full SHA for 747e132
packages/mageia-9/Dockerfile
@@ -1,13 +1,14 @@
1
FROM mageia:9
2
3
# install build dependencies
4
-RUN urpmi --auto --quiet rpmdevtools
5
-RUN urpmi --auto --quiet bm
6
-RUN urpmi --auto --quiet task-c++-devel
7
-RUN urpmi --auto --quiet doxygen
8
-RUN urpmi --auto --quiet lib64evdev-devel
+# RUN urpmi --auto --quiet rpmdevtools
+# RUN urpmi --auto --quiet bm
+# RUN urpmi --auto --quiet task-c++-devel
+# RUN urpmi --auto --quiet doxygen
+# RUN urpmi --auto --quiet lib64evdev-devel
9
10
WORKDIR /buildroot
11
-COPY build.sh SPECS .
+# COPY build.sh .
12
+COPY SPECS .
13
14
CMD ["/bin/bash"]
0 commit comments