Skip to content

Commit

Permalink
fix: try to fix anda_bot_image
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 19, 2025
1 parent 88fda3e commit 719c26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents/anda_bot/nitro_enclave/amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM --platform=linux/amd64 rust:slim-bookworm AS builder

RUN apt-get update \
&& apt-get install -y gcc g++ libc6-dev pkg-config libssl-dev wget
&& apt-get install -y gcc g++ libc6-dev pkg-config libssl-dev wget protobuf-compiler

# working directory
WORKDIR /app
Expand Down Expand Up @@ -47,7 +47,7 @@ WORKDIR /app
COPY agents/anda_bot/nitro_enclave/supervisord.conf /etc/supervisord.conf
# setup.sh script that will act as entrypoint
COPY agents/anda_bot/nitro_enclave/Config.toml agents/anda_bot/nitro_enclave/Character.toml agents/anda_bot/nitro_enclave/setup.sh ./
RUN chmod +x setup.sh
RUN chmod +x setup.sh && ls -la

# your custom setup goes here
COPY --from=builder /build/target/release/anda_bot ./anda_bot
Expand Down

0 comments on commit 719c26b

Please sign in to comment.