Skip to content

Commit

Permalink
Fix docker builds (openhab#390)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cunningham <[email protected]>

Signed-off-by: Dan Cunningham <[email protected]>
  • Loading branch information
digitaldan authored Oct 16, 2022
1 parent 7baf6d1 commit 5d7b944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /opt/openhabcloud

# Install node modules
COPY package.json package-lock.json ./
RUN apk add --no-cache --virtual .build-deps build-base python && \
RUN apk add --no-cache --virtual .build-deps build-base python3 && \
npm install && npm rebuild bcrypt --build-from-source && \
apk del .build-deps

Expand Down

0 comments on commit 5d7b944

Please sign in to comment.