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 f0a291b commit b34b6feCopy full SHA for b34b6fe
Dockerfile
@@ -19,7 +19,9 @@ RUN set -ex \
19
&& make \
20
&& make package \
21
&& tar xf polaris_cpp_sdk.tar.gz \
22
- && mv polaris_cpp_sdk/* /build/third_party/polaris_client/
+ && mv polaris_cpp_sdk/* /build/third_party/polaris_client/ \
23
+ && cd .. \
24
+ && rm -rf polaris-cpp
25
26
RUN set -ex \
27
&& mkdir -p /server \
0 commit comments