Skip to content

Commit

Permalink
docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyizxx committed Oct 7, 2024
1 parent bfd90d1 commit f20c14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY ./ampd/build.rs ./ampd/build.rs
RUN cargo install --locked --path ./ampd

FROM debian:bookworm-slim AS runner
RUN apt update && apt install libssl3
RUN apt-get update && apt-get install -y ca-certificates libssl3 && rm -rf /var/lib/apt/lists/*
RUN addgroup --system --gid 1001 axelard && adduser --home /home/axelard --system --uid 1000 --ingroup axelard axelard
WORKDIR /home/axelard
RUN mkdir /.ampd && chown axelard /.ampd
Expand Down

0 comments on commit f20c14c

Please sign in to comment.