Add nodejs and npm to image
This commit is contained in:
parent
ce60b815c9
commit
a85e2a090e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/library/python:3.11-alpine
|
||||
|
||||
RUN apk --no-cache add sshpass openssh-client lftp; mkdir -p /opt/app
|
||||
RUN apk --no-cache add sshpass openssh-client lftp nodejs npm; mkdir -p /opt/app
|
||||
WORKDIR /opt/app
|
||||
ADD requirements.txt /root/
|
||||
ADD Dockerfile /root/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue