Skip to content

Commit 08ed8f4

Browse files
authored
Remove WORKDIR
Signed-off-by: Caroline Russell <[email protected]>
1 parent a45d917 commit 08ed8f4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \
44
org.opencontainers.image.authors="Team AppThreat <[email protected]>" \
55
org.opencontainers.image.source="https://github.com/AppThreat/blint" \
66
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" \
88
org.opencontainers.image.vendor="AppThreat" \
99
org.opencontainers.image.licenses="Apache-2.0" \
1010
org.opencontainers.image.title="blint" \
@@ -37,7 +37,7 @@ ENV PATH=${PATH}:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:${GRADLE_HOME}/bin:${SBT_HOM
3737

3838
COPY . /opt/blint
3939

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 \
4141
&& alternatives --install /usr/bin/python3 python /usr/bin/python3.11 1 \
4242
&& python3 --version \
4343
&& python3 -m pip install --upgrade pip \
@@ -51,7 +51,4 @@ RUN cd /opt/blint \
5151
&& chmod a-w -R /opt \
5252
&& microdnf clean all
5353

54-
55-
WORKDIR /app
56-
5754
ENTRYPOINT [ "blint" ]

0 commit comments

Comments
 (0)