Merge pull request #389 from JohannesBe/master

This commit is contained in:
Peter Lewis 2024-01-08 21:51:27 +00:00 committed by GitHub
commit 87dde42b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN mv /app/node_modules /node_modules
RUN npm i -g nodemon
# Install Linux packages
RUN apk add -U --no-cache \
RUN apk add --no-cache \
dpkg \
dumb-init \
iptables \