Skip to content

Commit

Permalink
Create missing directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 6, 2024
1 parent a9932f2 commit 002de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/arm64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
COPY . /repository
WORKDIR /repository
RUN make capi-linux-arm
RUN cp /repository/target/release/libvmexeccapi_arm.so /data/libvmexeccapi_arm.so
RUN mkdir /data && cp /repository/target/release/libvmexeccapi_arm.so /data/libvmexeccapi_arm.so

0 comments on commit 002de21

Please sign in to comment.