Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aksakalli committed Dec 12, 2020
1 parent c280f66 commit a9fb657
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM node:5-slim
FROM node:15-alpine

RUN apk --no-cache add procps
ENV LANG=en_US.utf8 \
TERM=xterm-256color

COPY lib lib
COPY bin bin
COPY package.json .
COPY package-lock.json .

RUN npm install --production
ENTRYPOINT ["./bin/gtop"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ System monitoring dashboard for terminal.
### Requirements

* Linux / OSX / Windows (partial support)
* Node.js >= v4
* Node.js >= v8

### Installation

Expand Down
Loading

0 comments on commit a9fb657

Please sign in to comment.