Skip to content

Commit

Permalink
Fix Debian Jessie repo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriosLisenko committed Jun 21, 2019
1 parent 27400ca commit 2ca9bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated by Cloud66 Starter
FROM ruby:2.1.8
MAINTAINER [email protected]

RUN apt-get update -qq && apt-get install -y build-essential
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
RUN apt-get update -qq && apt-get install -y build-essential

ENV APP_HOME /app
RUN mkdir $APP_HOME
Expand Down

0 comments on commit 2ca9bec

Please sign in to comment.