We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc299d commit 5a65fb3Copy full SHA for 5a65fb3
Dockerfile
@@ -2,10 +2,8 @@ FROM python:3.10.8
2
WORKDIR /home/pandas
3
4
RUN apt-get update && \
5
- apt-get -y upgrade && \
6
- rm -rf /var/lib/apt/lists/*
7
-
8
-RUN apt-get update && apt-get install -y \
+ apt-get --no-install-recommends -y upgrade && \
+ apt-get --no-install-recommends -y install \
9
build-essential \
10
bash-completion \
11
# hdf5 needed for pytables installation
0 commit comments