Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save etagwerker/7381a644d3d1cc075e1af22b66776395 to your computer and use it in GitHub Desktop.
Save etagwerker/7381a644d3d1cc075e1af22b66776395 to your computer and use it in GitHub Desktop.
fly-dot-io-rails-experience-test-with-their-tutorial.md

Error:

Step 23/47 : FROM base as build_deps
 ---> 9d4cdb1a89e5
Step 24/47 : ARG DEV_PACKAGES="git build-essential libpq-dev wget vim curl gzip xz-utils libsqlite3-dev"
 ---> Using cache
 ---> 5d51bfab6c72
Step 25/47 : ENV DEV_PACKAGES ${DEV_PACKAGES}
 ---> Using cache
 ---> ba6126b207a5
Step 26/47 : RUN --mount=type=cache,id=dev-apt-cache,sharing=locked,target=/var/cache/apt     --mount=type=cache,id=dev-apt-lib,sharing=locked,target=/var/lib/apt     apt-get update -qq &&     apt-get install --no-install-recommends -y ${DEV_PACKAGES}     && rm -rf /var/lib/apt/lists /var/cache/apt/archives
Error failed to fetch an image or build from source: error building: error rendering build status stream: the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment