Skip to content

Commit 651c058

Browse files
committed
remove temp stuff
1 parent 96138a2 commit 651c058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ ENV JAVA_HOME=/usr/lib/jvm/jre-${PRODUCT}
5454
# disables the vulnerable feature
5555
ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
5656

57-
COPY --chown=stackable:stackable shared/maven/settings.xml /stackable/.m2/
57+
# COPY --chown=stackable:stackable shared/maven/settings.xml /stackable/.m2/

stackable-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ LABEL org.opencontainers.image.source="https://github.com/stackabletech/docker-i
136136
LABEL org.opencontainers.image.vendor="Stackable GmbH"
137137
LABEL org.opencontainers.image.licenses="Apache-2.0"
138138

139-
COPY --chown=stackable:stackable shared/npm/.npmrc /stackable/.npmrc
139+
# COPY --chown=stackable:stackable shared/npm/.npmrc /stackable/.npmrc

0 commit comments

Comments
 (0)