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 9a775e4 commit e29b589Copy full SHA for e29b589
.gitignore
@@ -1 +1,2 @@
1
-.idea/
+.DS_Store
2
+.idea
Dockerfile
@@ -6,14 +6,17 @@ ENV DEBIAN_FRONTEND noninteractive
6
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
7
8
# Install packages
9
-RUN apt-get update && apt-get install -y --no-install-recommends \
+RUN apt-get update
10
+
11
+RUN apt-get install -y --no-install-recommends \
12
gpg-agent \
13
build-essential \
14
curl \
15
git \
16
language-pack-en-base \
17
libbz2-dev \
18
libc6-dev \
19
+ libjpeg-dev \
20
libgdbm-dev \
21
libncursesw5-dev \
22
libreadline-gplv2-dev \
0 commit comments