Skip to content

Commit

Permalink
fix: Dockerfile of pipy debian
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <reaver@flomesh.io>
  • Loading branch information
reaver-flomesh committed Jun 6, 2024
1 parent 4e6e79f commit fc0a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.pipy-debian
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \

WORKDIR /workspace
RUN git clone https://github.com/flomesh-io/pipy.git && \
cd /workspace/pipy && sed -i 's/make \-j/make/g' CMakeLists.txt && ./build.sh -t "$PIPY_VERSION" && \
cd /workspace/pipy && ./build.sh -t "$PIPY_VERSION" && \
cp -fv /workspace/pipy/bin/pipy /usr/local/bin/pipy

ENTRYPOINT ["/usr/local/bin/pipy"]

0 comments on commit fc0a4c9

Please sign in to comment.