mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-06-27 13:32:10 +02:00
Add openssl to dockerfile
This commit is contained in:
@@ -4,6 +4,8 @@ FROM node:lts-alpine
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
# install node dependencies
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user