We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a267e commit 23108c8Copy full SHA for 23108c8
1 file changed
Dockerfile
@@ -31,6 +31,10 @@ RUN make all
31
RUN ls -la /build/
32
RUN ls -la /build/build/
33
34
+RUN ls -la /opt/
35
+RUN ls -la /opt/*/
36
+
37
38
# RUN zip -r /build/imagemagick-layer.zip /build/bin /build/share
39
40
# RUN mkdir /dist && \
0 commit comments