Skip to content

Commit f2953c0

Browse files
author
Juan I. Castellano
committed
fix
1 parent 13e698e commit f2953c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:12.16.2
33
###
44
# Install libraries needed
55
RUN apt-get update \
6-
&& apt-get -qq install --noinstall-recommends -y \
6+
&& apt-get -qq -y --no-install-recommends install \
77
lftp \
88
wget \
99
xvfb \

0 commit comments

Comments
 (0)