Skip to content

Commit

Permalink
chore: avoid warning from apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Oct 19, 2023
1 parent cd3a3da commit 675f155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node-16-curl-tidy-yarn-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM node:16-bullseye-slim

RUN yarn set version 3.6.2 && yarn --version

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --yes -qq curl tidy
2 changes: 2 additions & 0 deletions node-16-curl-tidy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM node:16-bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --yes -qq curl tidy

0 comments on commit 675f155

Please sign in to comment.