Skip to content

Instantly share code, notes, and snippets.

@StephenKing
Last active April 14, 2016 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenKing/52e4c7c7ed048f50222db3d2a8c240ef to your computer and use it in GitHub Desktop.
Save StephenKing/52e4c7c7ed048f50222db3d2a8c240ef to your computer and use it in GitHub Desktop.
SSL issues in Docker Debian 8
# fails with SSL error
FROM debian:8
# returns HTML content (SSL successful)
# FROM debian:7
# FROM ubuntu:latest
RUN apt-get update
RUN apt-get -y install curl ca-certificates
RUN curl https://akamai.bintray.com
@StephenKing
Copy link
Author

Just run docker build . from within the directory containing this Dockerfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment