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 3d2944b commit e04c459Copy full SHA for e04c459
1 file changed
docker/Dockerfile.io
@@ -10,7 +10,7 @@ COPY package.json /usr/src/cloudcmd/
10
ENV DEBIAN_FRONTEND=noninteractive
11
12
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
13
- apt-get install -y ffmpeg netcat-openbsd mc iputils-ping vim neovim sudo locales && \
+ apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim sudo locales && \
14
apt-get clean && \
15
npm i wisdom nupdate version-io redrun superc8 \
16
supertape madrun redlint putout renamify-cli runny redfork -g && \
0 commit comments