Skip to content

Commit

Permalink
no need for openssl anymore in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Nov 13, 2023
1 parent 55a5dce commit 131fa12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node-opcua-local-discovery-server/Dockerfile
@@ -1,5 +1,4 @@
FROM node:alpine
RUN apk add openssl
WORKDIR /root
COPY package.json .
RUN npm init -y && npm install
Expand Down

0 comments on commit 131fa12

Please sign in to comment.