Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Mar 18, 2024
1 parent 2eb257b commit 234bf0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/devcontainers/sage/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN groupadd docker \
ca-certificates curl git bash-completion gnupg2 lsb-release ssh sudo \
python3-pip python3-dev python-is-python3 openjdk-17-jdk \
htop unzip vim wget lsof iproute2 build-essential \
kafkacat jq ca-certificates-java gdebi-core shellcheck \
kafkacat jq ca-certificates-java gdebi-core \
# Required by AWS CLI
mandoc \
# Required for setting up locales
Expand All @@ -50,6 +50,8 @@ RUN groupadd docker \
make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev \
# Required by Hadolint
shellcheck \
# Add Node.js repository
&& mkdir -p /etc/apt/keyrings \
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
Expand Down

0 comments on commit 234bf0d

Please sign in to comment.