Skip to content

Commit 9b3e177

Browse files
committed
Add lsof to Ubuntu-based ArangoDB docker image
1 parent dcc3cd2 commit 9b3e177

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

containers/arangodb311deb.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04
22
MAINTAINER 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
RUN 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

77
ENV GLIBCXX_FORCE_NEW=1

containers/arangodb312deb.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04
22
MAINTAINER 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

66
ENV GLIBCXX_FORCE_NEW=1
77

containers/arangodbDeveldeb.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04
22
MAINTAINER 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

66
ENV GLIBCXX_FORCE_NEW=1
77

0 commit comments

Comments
 (0)