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 a04ef72 commit 422d899Copy full SHA for 422d899
layer_v3/docker/Dockerfile
@@ -23,7 +23,6 @@ WORKDIR /tmp
23
24
# Installing libs based on base image; We must use dnf for AL2023 (Python 3.12+)
25
COPY install_libraries.sh .
26
-RUN ls -la
27
RUN chmod a+x /tmp/install_libraries.sh
28
RUN /bin/sh /tmp/install_libraries.sh
29
0 commit comments