[FLINK-23964] Move netty*tcnative*jar to lib/
diff --git a/template/Dockerfile b/template/Dockerfile
index 0585391..80a52da 100644
--- a/template/Dockerfile
+++ b/template/Dockerfile
@@ -74,6 +74,10 @@
 RUN mkdir -p $FLINK_HOME/plugins/azure-fs-hadoop && \
     mv $FLINK_HOME/opt/flink-azure-fs-hadoop-%%FLINK_VERSION%%.jar $FLINK_HOME/plugins/azure-fs-hadoop
 
+
+# add tcnative
+RUN mv $FLINK_HOME/opt/flink-shaded-netty-tcnative-dynamic-*.jar  $FLINK_HOME/lib/
+
 # entry point 
 ADD docker-entry-point.sh /docker-entry-point.sh