Commit 79c18eea authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker: simplify Dockerfile.runenv, install pkgs at once

parent 2d390136
FROM ubuntu:jammy FROM ubuntu:jammy
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
make \
libboost-coroutine1.74.0 \ libboost-coroutine1.74.0 \
libboost-fiber1.74.0 \ libboost-fiber1.74.0 \
libboost-iostreams1.74.0 \ libboost-iostreams1.74.0 \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update \
&& apt-get install -y \
make \
libelf1 \ libelf1 \
libgoogle-perftools4 \ libgoogle-perftools4 \
libpcap0.8 \ libpcap0.8 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment