Skip to content

Commit 87fcca6

Browse files
committed
fix typo
1 parent 3e5c552 commit 87fcca6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.idea/workspace.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM smlabt/node
22

3-
RUN apk --update add python bash ssh git && \
3+
RUN apk --update add python bash git && \
44
rm -rf /var/cache/apk/*
55
RUN npm i -g --unsafe-perm node-gyp && \
66
npm cache clean --force

0 commit comments

Comments
 (0)