File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
2222# copy oracle client:
2323COPY --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
2425ENV LD_LIBRARY_PATH=/usr/lib/oracle
2526ENV PATH=$PATH:/usr/lib/oracle
2627ENV PKG_CONFIG_PATH=/usr/lib/oracle
Original file line number Diff line number Diff line change 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
33MAINTAINER Valentin Kuznetsov
[email protected] 44
55# TAG to be passed at build time through `--build-arg TAG=<WMA_TAG>`. Default: None
You can’t perform that action at this time.
0 commit comments