Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Dockerfile.deepnote
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
FROM node:18.20.1-bullseye-slim
FROM node:22.14.0-bookworm-slim

ENV AWSCLI_VERSION=2.10.1

RUN apt update && apt install -y --no-install-recommends \
curl ca-certificates bash \
postgresql-client \
# Needed to install awscli
unzip \
git \
patch \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
curl ca-certificates bash \
postgresql-client \
# Needed to install awscli
unzip \
git \
patch \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

RUN cd /tmp && git clone -b deepnote-v2.1 --single-branch --depth 1 https://github.com/deepnote/aws-cli && \
cd /tmp/aws-cli && \
pip install .
cd /tmp/aws-cli && \
pip install . --break-system-packages