We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 759eddc + 74ea136 commit a18e15aCopy full SHA for a18e15a
tests/valgrind-check/Containerfile
@@ -1,7 +1,6 @@
1
FROM ubuntu:22.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
4
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3 git flex bison byacc automake make autoconf libtool valgrind curl
+RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --fix-missing && \
+ DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev libxml2-dev libpam0g-dev liblmdb-dev libacl1-dev libpcre2-dev python3 git flex bison byacc automake make autoconf libtool valgrind curl
5
COPY masterfiles masterfiles
6
COPY core core
7
WORKDIR core
0 commit comments