Skip to content
Snippets Groups Projects
Commit b7608055 authored by Mark Beierl's avatar Mark Beierl
Browse files

Pip Standardization Update


Adds mysqladmin to POL for startup
Brings osm binary to final layer in tests

Change-Id: I0418be0dc224fbd846a5ea694e9cf3e97ffc9954
Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
parent 898620cb
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
python3-dev=3.8.2-0ubuntu2 && \
python3 -m easy_install pip==21.0.1
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
mysql-client-core-8.0=8.0.23-0ubuntu0.20.04.1
ARG PYTHON3_OSM_COMMON_URL
ARG PYTHON3_OSM_POLICY_MODULE_URL
......
......@@ -62,6 +62,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
COPY --from=INSTALL /usr/local/lib/python3.6/dist-packages /usr/local/lib/python3.6/dist-packages
COPY --from=INSTALL /usr/bin/osm /usr/bin/osm
COPY --from=INSTALL /usr/share/osm-tests/robot-systest /robot-systest
COPY --from=INSTALL /usr/share/osm-tests/charm.sh /usr/sbin/charm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment