File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22MAINTAINER Max Neunhoeffer <hackers@arangodb.com>
33
4- RUN apt-get update && apt-get install -y --no-install-recommends curl jq pwgen numactl elfutils sysstat ca-certificates vim && apt-get autoremove -y && apt-get clean
4+ RUN apt-get update && apt-get install -y --no-install-recommends curl jq pwgen numactl elfutils sysstat ca-certificates vim lsof && apt-get autoremove -y && apt-get clean
55RUN apt-get install --no-install-recommends -y nodejs && apt-get install --no-install-recommends -y npm && npm install -g foxx-cli && apt-get purge -y npm && apt-get autoremove -y && apt-get clean
66
77ENV GLIBCXX_FORCE_NEW=1
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22MAINTAINER Max Neunhoeffer <hackers@arangodb.com>
33
4- RUN apt-get update && apt-get install -y --no-install-recommends curl jq pwgen numactl elfutils sysstat ca-certificates vim && apt-get autoremove -y && apt-get clean
4+ RUN apt-get update && apt-get install -y --no-install-recommends curl jq pwgen numactl elfutils sysstat ca-certificates vim lsof && apt-get autoremove -y && apt-get clean
55
66ENV GLIBCXX_FORCE_NEW=1
77
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22MAINTAINER Max Neunhoeffer <hackers@arangodb.com>
33
4- RUN apt-get update && apt-get install -y --no-install-recommends curl jq pwgen numactl elfutils sysstat ca-certificates vim && apt-get autoremove -y && apt-get clean
4+ RUN apt-get update && apt-get install -y --no-install-recommends curl jq pwgen numactl elfutils sysstat ca-certificates vim lsof && apt-get autoremove -y && apt-get clean
55
66ENV GLIBCXX_FORCE_NEW=1
77
You can’t perform that action at this time.
0 commit comments