Skip to content

Commit

Permalink
Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jun 21, 2023
1 parent 7a4a744 commit c52f705
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
build-essential \
curl \
expat \
fish \
fontconfig \
gcc \
git \
libbz2-dev \
Expand All @@ -44,15 +42,12 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python2-dev \
python3-dev \
python3-pip \
sudo \
odbc-postgresql \
unzip \
vim \
wget \
zip \
zlib1g \
zlib1g-dev \
zsh && \
zlib1g-dev && \
rm -rf /var/lib/apt/lists/*

# Setup ODBC config
Expand Down

0 comments on commit c52f705

Please sign in to comment.