Skip to content

Commit 9c196db

Browse files
committed
Remove unused environment variables in Dockerfile
The RMS_Branch should probably be for_rmg, but these variables aren't used anyway.
1 parent 3ad9a48 commit 9c196db

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ SHELL ["/bin/bash", "-c"]
4747
# Add build arguments for RMG-Py, RMG-database, and RMS branches.
4848
ARG RMG_Py_Branch=docker
4949
ARG RMG_Database_Branch=main
50-
ARG RMS_Branch=main
51-
ENV rmsbranch=${RMS_Branch}
5250

5351
# cd
5452
WORKDIR /rmg

0 commit comments

Comments
 (0)