This commit is contained in:
mm644706215
2025-01-18 22:42:19 +08:00
parent f66132fcd0
commit 08167bdd34

View File

@@ -0,0 +1,14 @@
ARG TAG_VERSION
ARG BASE
FROM ${BASE}:${TAG_VERSION}
# Install AmberTools23 and Amber
COPY file/Amber24.tar.bz2 file/AmberTools24.tar.bz2 /root
RUN <<EOT
#!/bin/bash
tar -xjvf Amber24.tar.bz2
tar -xjvf AmberTools24.tar.bz2
EOT
# install mmgbsa