Skip to content

Commit

Permalink
adding libjpeg-dev support
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Feb 25, 2021
1 parent 9a775e4 commit e29b589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.DS_Store
.idea
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ ENV DEBIAN_FRONTEND noninteractive
RUN rm /bin/sh && ln -s /bin/bash /bin/sh

# Install packages
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update

RUN apt-get install -y --no-install-recommends \
gpg-agent \
build-essential \
curl \
git \
language-pack-en-base \
libbz2-dev \
libc6-dev \
libjpeg-dev \
libgdbm-dev \
libncursesw5-dev \
libreadline-gplv2-dev \
Expand Down

0 comments on commit e29b589

Please sign in to comment.