Skip to content

Commit 0742c7a

Browse files
committed
Add "libc6-dev" for the "pty" module
1 parent 540fa78 commit 0742c7a

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

1.7/jdk/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
FROM java:8-jdk
2+
3+
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
4+
25
ENV JRUBY_VERSION 1.7.19
36
ENV JRUBY_SHA1 a3296d1ae9b9aa78825b8d65a0d2498b449eaa3d
47
RUN mkdir /opt/jruby \

1.7/jre/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
FROM java:8-jre
2+
3+
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
4+
25
ENV JRUBY_VERSION 1.7.19
36
ENV JRUBY_SHA1 a3296d1ae9b9aa78825b8d65a0d2498b449eaa3d
47
RUN mkdir /opt/jruby \

9000/jdk/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
FROM java:8-jdk
2+
3+
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
4+
25
ENV JRUBY_VERSION 9.0.0.0.pre2
36
ENV JRUBY_SHA1 eca37f67ed13daf426f5e1f034209c4d0fb9ef10
47
RUN mkdir /opt/jruby \

9000/jre/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
FROM java:8-jre
2+
3+
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
4+
25
ENV JRUBY_VERSION 9.0.0.0.pre2
36
ENV JRUBY_SHA1 eca37f67ed13daf426f5e1f034209c4d0fb9ef10
47
RUN mkdir /opt/jruby \

0 commit comments

Comments
 (0)