Skip to content

Commit

Permalink
chore: use headless jdk for containers (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Sep 9, 2024
1 parent 1c14c65 commit 4990c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# syntax=docker/dockerfile:1
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --no-install-recommends \
libxkbcommon0 \
ca-certificates \
ca-certificates-java \
make \
curl \
git \
openjdk-17-jdk \
openjdk-17-jdk-headless \
unzip \
libc++1 \
vim \
Expand Down

0 comments on commit 4990c65

Please sign in to comment.