File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ RUN /root/.cargo/bin/rustup update \
1212 && /root/.cargo/bin/rustup target add aarch64-unknown-linux-gnu \
1313 && /root/.cargo/bin/rustup default stable
1414
15+ WORKDIR /var/task
16+
1517ENV CRYPTEIA_BUILD_OS=amzn
1618ENV CRYPTEIA_BUILD_TARGET=x86_64-unknown-linux-gnu
1719
Original file line number Diff line number Diff line change @@ -12,5 +12,7 @@ RUN /root/.cargo/bin/rustup update \
1212 && /root/.cargo/bin/rustup target add aarch64-unknown-linux-gnu \
1313 && /root/.cargo/bin/rustup default stable
1414
15+ WORKDIR /var/task
16+
1517ENV CRYPTEIA_BUILD_OS=amzn
1618ENV CRYPTEIA_BUILD_TARGET=aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN apt update && apt-get install -y \
88 libssl-dev \
99 python3-pip \
1010 pkg-config \
11+ zip \
1112 && rm -rf /var/lib/apt/lists/*
1213
1314RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
You can’t perform that action at this time.
0 commit comments