Skip to content

Commit

Permalink
remove unnecessary steps in build for image size shrinking
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpereirajr committed Jul 28, 2024
1 parent cd21961 commit b1fcce5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile-streamlit
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ COPY ./python/sqlzilla /app

WORKDIR /app

RUN apt-get update && apt-get install -y \
build-essential \
curl \
software-properties-common \
git \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install -r requirements.txt

EXPOSE 8501
Expand Down

0 comments on commit b1fcce5

Please sign in to comment.