File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:24.04 AS build
2- RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --fix-missing
3- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev libxml2-dev libpam0g-dev liblmdb-dev libacl1-dev libpcre2-dev librsync-dev
4- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3 git flex bison byacc automake make autoconf libtool valgrind curl
2+ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --fix-missing && \
3+ DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev libxml2-dev libpam0g-dev liblmdb-dev libacl1-dev libpcre2-dev librsync-dev python3 git flex bison byacc automake make autoconf libtool valgrind curl
54COPY masterfiles masterfiles
65COPY core core
76WORKDIR core
You can’t perform that action at this time.
0 commit comments