projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94ae22
)
Add missing libmd0 library to POL dockerfile
17/13517/1
author
Gulsum Atici
<gulsum.atici@canonical.com>
Wed, 7 Jun 2023 13:18:15 +0000
(16:18 +0300)
committer
beierlm
<mark.beierl@canonical.com>
Wed, 7 Jun 2023 18:26:55 +0000
(20:26 +0200)
Change-Id: Ida7c638c33efdf2413a8fa0218e21edf7c805b2b
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
(cherry picked from commit
41170eaf9d1c4b30885df8dde7458fa03cba9c8c
)
docker/POL/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/POL/Dockerfile
b/docker/POL/Dockerfile
index
8ed8f5e
..
f264fba
100644
(file)
--- a/
docker/POL/Dockerfile
+++ b/
docker/POL/Dockerfile
@@
-71,6
+71,10
@@
COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages /usr/local/lib/pyth
#######################################################################################
# End of common prepration
+RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+ libmd0 \
+ && rm -rf /var/lib/apt/lists/*
COPY --from=INSTALL /usr/bin/osm* /usr/bin/
COPY --from=INSTALL /usr/bin/mysql /usr/bin/