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.
1 parent 9b39986 commit 22cbd8aCopy full SHA for 22cbd8a
Dockerfile
@@ -74,7 +74,7 @@ ARG DATA
74
LABEL maintainer="nolim1t (hello@nolim1t.co)"
75
76
RUN apt-get update && apt-get install -y --no-install-recommends git socat inotify-tools python3 python3-pip cargo \
77
- libpq-dev libsodium-dev nodejs \
+ libpq-dev libsodium-dev nodejs npm \
78
&& rm -rf /var/lib/apt/lists/*
79
80
0 commit comments