Skip to content

Commit

Permalink
fix: DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 18, 2024
1 parent a0c72cd commit 03f39b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && \
libgraph-easy-perl \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && \
apt-get install -yq --no-install-recommends \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
wget \
&& wget -qO- https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - \
&& apt-get install nodejs \
Expand Down

0 comments on commit 03f39b2

Please sign in to comment.