File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM stor.highloadcup .ru/aicups/paperio_base
1
+ FROM stest.tech-mail .ru/aicups/paperio_base
2
2
3
3
RUN apt-get update -y && apt-get install -y build-essential curl && curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
4
4
ENV SOLUTION_CODE_PATH=/opt/client/solution \
5
- SOLUTION_CODE_ENTRYPOINT=src/main.rs \
6
- COMPILED_FILE_PATH=/opt/client/solution/target/release/solution \
7
- COMPILATION_COMMAND="RUSTFLAGS=-Awarnings ~/.cargo/bin/cargo build --release --bin solution --manifest-path $SOLUTION_CODE_PATH/Cargo.toml" \
8
- RUN_COMMAND="/lib64/ld-linux-x86-64.so.2 $MOUNT_POINT"
5
+ SOLUTION_CODE_ENTRYPOINT=src/main.rs \
6
+ COMPILED_FILE_PATH=/opt/client/solution/target/release/solution \
7
+ COMPILATION_COMMAND="RUSTFLAGS=-Awarnings ~/.cargo/bin/cargo build --release --bin solution --manifest-path $SOLUTION_CODE_PATH/Cargo.toml --quiet 2>&1 " \
8
+ RUN_COMMAND="/lib64/ld-linux-x86-64.so.2 $MOUNT_POINT"
9
9
10
10
COPY Cargo.toml ./
11
11
RUN USER=user ~/.cargo/bin/cargo init --bin $SOLUTION_CODE_PATH &&\
You can’t perform that action at this time.
0 commit comments