Adding this to your program should simplify your Dockerfile! ```go package main import ( _ "golang.org/x/crypto/x509roots/fallback" ) ```