Skip to content

Commit 860492c

Browse files
committed
Update the SSL certificates.
1 parent f2ba6f4 commit 860492c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ FROM ruby:1.9.3
88
#
99
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
1010

11-
# Install stuff. Currently just the build essentials.
12-
RUN apt-get update -qq && apt-get install -y build-essential
11+
# Install the build essentials for building gems and the updated certificates
12+
# to prevent "certificate verify failed" errors.
13+
RUN apt-get update -qq && apt-get install -y build-essential ca-certificates
1314

1415
# Install Gems. Use Bundler 1.17.3 as 2+ does not work with
1516
# Ruby 1.9.3. Also update the rubygems to prevent frozen string

0 commit comments

Comments
 (0)