Skip to content

Commit 32dfeb7

Browse files
authored
Merge pull request #1672 from todor-ivanov/WMAgent_MissingLibaioLink_fix-none
Add soft link for libaio.so.1 to /usr/lib//x86_64-linux-gnu/
2 parents ebd9578 + e732836 commit 32dfeb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/pypi/wmagent-base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121

2222
# copy oracle client:
2323
COPY --from=oracle /usr/lib/oracle /usr/lib/oracle
24+
RUN ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64.0.2 /usr/lib/x86_64-linux-gnu/libaio.so.1
2425
ENV LD_LIBRARY_PATH=/usr/lib/oracle
2526
ENV PATH=$PATH:/usr/lib/oracle
2627
ENV PKG_CONFIG_PATH=/usr/lib/oracle

docker/pypi/wmagent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile-upstream:master
2-
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20251008-stable
2+
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20251015-stable
33
MAINTAINER Valentin Kuznetsov [email protected]
44

55
# TAG to be passed at build time through `--build-arg TAG=<WMA_TAG>`. Default: None

0 commit comments

Comments
 (0)