KeyDB
KeyDB copied to clipboard
Merge `RUN` commands, remove unnecessary `grep` commands, remove redundancy.
-
Merged multiple
RUNcommands where possible to reduce the number of layers. -
Removed unnecessary
grepcommands and simplified the disabling of protected mode. -
Removed redundant
cdcommands by combining them with the subsequent commands. -
Simplified the
findandchowncommands in theentrypointscript. -
Removed the
echo $savedAptMarkcommand as it doesn't serve a meaningful purpose.