docker build . is failing on ruby:2.3.6
Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use Ruby 2.3.6 as base image
|
||||
FROM ruby:2.3.6
|
||||
# Use Ruby 2.3.8 as base image
|
||||
FROM ruby:2.3.8
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user