Add missing software layers
Adds openssh to MON
Adds mysqladmin to POL
Adds envsubst to tests
Fixes bug 1503
Change-Id: Ieafee31695bfc6ccecb1f1bcf52b57e91a45686e
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile
index 6f02afe..c50cd10 100644
--- a/docker/POL/Dockerfile
+++ b/docker/POL/Dockerfile
@@ -55,6 +55,7 @@
COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
COPY --from=INSTALL /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages
COPY --from=INSTALL /usr/bin/osm* /usr/bin/
+COPY --from=INSTALL /usr/bin/mysqladmin /usr/bin/
COPY scripts/ scripts/