We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e7e17 commit 4f85637Copy full SHA for 4f85637
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM segment/integration-worker:3.x
2
+
3
+COPY . /integration
4
+WORKDIR /integration
5
6
+RUN apk add --update python make g++ \
7
+ && npm rebuild \
8
+ && apk del --purge python make g++
0 commit comments