Skip to content

Commit

Permalink
Install libusb
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Aug 29, 2023
1 parent 56274c4 commit c1e5e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18-alpine
RUN apk add --no-cache libc6-compat git python3 py3-pip make g++
RUN apk add --no-cache libc6-compat git python3 py3-pip make g++ libusb-dev linux-headers
WORKDIR /app
COPY . .

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"serve": "npx -y serve out -p ${REVERSE_PROXY_UI_PORT:=8080}",
"static-serve": "yarn build && yarn serve"
},
"engines": {
"node": ">=16"
},
"pre-commit": [
"lint"
],
Expand Down

0 comments on commit c1e5e7d

Please sign in to comment.