mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01: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