Skip to content

Commit

Permalink
slim down install
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Nov 13, 2023
1 parent 0198cbb commit 7047c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim AS foundry-environment
FROM debian:bookworm-slim AS foundry

RUN apt-get update -y && apt-get install -y linux-headers-generic git curl bash
RUN apt-get update -y && apt-get install -y git curl bash
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

RUN useradd -u 1000 -m foundry
Expand Down

0 comments on commit 7047c1a

Please sign in to comment.