Skip to content

Commit

Permalink
[DAT-2640]; Remove apt update & upgrade from monitor dockerfile (#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
steegecs authored Apr 23, 2024
1 parent 7fe2d0b commit 2c78715
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monitor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM node:20

RUN apt update && apt upgrade --yes

WORKDIR /

COPY package*.json ./
Expand Down

0 comments on commit 2c78715

Please sign in to comment.