Skip to content

Commit 80cd674

Browse files
committed
Error in dockerfile
1 parent 86e0e44 commit 80cd674

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: java/Dockerfile-jar.template

-5
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,4 @@ COPY --chown=appuser:appuser self.keystore .
4040
COPY --chown=appuser:appuser app.jar ./app.jar
4141
COPY --chown=appuser:appuser wallet ./wallet
4242

43-
# Download the Oracle JDBC TCP Fast Open (TFO) Library File
44-
WORKDIR /opt/app/lib
45-
RUN curl https://download.oracle.com/otn-pub/otn_software/jdbc/tfo-lib/v1/libtfojdbc1.so_aarch64.zip -o libtfojdbc1.so_aarch64.zip
46-
RUN unzip libtfojdbc1.so_aarch64.zip
47-
4843
CMD ["java", "-javaagent:/opt/apm-agent/oracle-apm-agent/bootstrap/ApmAgent.jar", "-jar", ${vm_options} "-Dspring.jmx.enabled=true", "-Dserver.tomcat.mbeanregistry.enabled=true", "-Doracle.jdbc.fanEnabled=false", "-Dserver.ssl.enabled=true", "-D${port_property}=${exposed_port}", "-D${key_alias_property}=self_signed", "-D${keystore_property}=self.keystore", "-D${keystore_type_property}=jks", "-D${keystore_password_property}=${keystore_password}", "app.jar" ${program_arguments}]

0 commit comments

Comments
 (0)