We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e698e commit f2953c0Copy full SHA for f2953c0
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM node:12.16.2
3
###
4
# Install libraries needed
5
RUN apt-get update \
6
- && apt-get -qq install --noinstall-recommends -y \
+ && apt-get -qq -y --no-install-recommends install \
7
lftp \
8
wget \
9
xvfb \
0 commit comments