Skip to content

Commit

Permalink
Merge pull request #16 from Troopers/chore-avoid-warning-from-apt-get
Browse files Browse the repository at this point in the history
chore: avoid warning from apt-get
  • Loading branch information
alexislefebvre authored Oct 19, 2023
2 parents cd3a3da + 675f155 commit 6983f8d
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 6983f8d

Please sign in to comment.