File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \
4
4
org.opencontainers.image.authors=
"Team AppThreat <[email protected] >" \
5
5
org.opencontainers.image.source="https://github.com/AppThreat/blint" \
6
6
org.opencontainers.image.url="https://github.com/AppThreat/blint" \
7
- org.opencontainers.image.version="1.0.33-beta.2 " \
7
+ org.opencontainers.image.version="1.0.33-beta.3 " \
8
8
org.opencontainers.image.vendor="AppThreat" \
9
9
org.opencontainers.image.licenses="Apache-2.0" \
10
10
org.opencontainers.image.title="blint" \
@@ -37,7 +37,7 @@ ENV PATH=${PATH}:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:${GRADLE_HOME}/bin:${SBT_HOM
37
37
38
38
COPY . /opt/blint
39
39
40
- RUN microdnf install -y python3.11 python3.11-devel python3.11-pip gcc gcc-c++ libstdc++-devel glibc-common cmake openssl-libs compat-openssl11 \
40
+ RUN microdnf install -y python3.11 python3.11-devel python3.11-pip \
41
41
&& alternatives --install /usr/bin/python3 python /usr/bin/python3.11 1 \
42
42
&& python3 --version \
43
43
&& python3 -m pip install --upgrade pip \
@@ -51,7 +51,4 @@ RUN cd /opt/blint \
51
51
&& chmod a-w -R /opt \
52
52
&& microdnf clean all
53
53
54
-
55
- WORKDIR /app
56
-
57
54
ENTRYPOINT [ "blint" ]
You can’t perform that action at this time.
0 commit comments