Skip to content

Commit fe5e64f

Browse files
committed
Set WORKDIR for amzn2023, zip for py27
1 parent 7eb7d35 commit fe5e64f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

amzn2023/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1517
ENV CRYPTEIA_BUILD_OS=amzn
1618
ENV CRYPTEIA_BUILD_TARGET=x86_64-unknown-linux-gnu
1719

amzn2023/Dockerfile-arm64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1517
ENV CRYPTEIA_BUILD_OS=amzn
1618
ENV CRYPTEIA_BUILD_TARGET=aarch64-unknown-linux-gnu

py27/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1314
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)