fix: fixed wrong package names in client images
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5351d2cb42
commit
c074a8f3a4
@ -20,7 +20,8 @@ RUN make install
|
||||
FROM debian:stable-slim
|
||||
|
||||
RUN apt-get -qy update && apt-get -qy upgrade
|
||||
RUN apt-get -qy install git libssl bash perl libglib2.0 swig libtirpc libreadline libxslt1 libxml-simple-perl
|
||||
RUN apt-get -qy install git libssl3 bash perl libglib2.0 swig libtirpc3 libreadline8 \
|
||||
libxslt1.1 libxml-simple-perl libjson-perl
|
||||
|
||||
COPY --from=builder /usr/local/ /usr/local/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user