FIX: buildah related fix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a5a3539ef4
commit
501c11c111
@ -13,10 +13,10 @@ WORKDIR /src
|
||||
RUN git clone https://github.com/zmanda/amanda.git && cd amanda && git checkout ${AMANDA_VERSION} && git submodule update --init --recursive
|
||||
|
||||
|
||||
RUN ./autogen
|
||||
RUN ./configure --without-client --without-bsd-security --with-ssl-security --with-ssh-security --with-readline --with-ipv6 --with-user=backup --with-group=backup
|
||||
RUN make
|
||||
RUN make install
|
||||
RUN cd amanda && ./autogen
|
||||
RUN cd amanda && ./configure --without-client --without-bsd-security --with-ssl-security --with-ssh-security --with-readline --with-ipv6 --with-user=backup --with-group=backup
|
||||
RUN cd amanda && make
|
||||
RUN cd amanda && make install
|
||||
|
||||
FROM debian:stable-slim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user