Skip to content

Instantly share code, notes, and snippets.

View mtotowamkwe's full-sized avatar

Michael Edward mtotowamkwe

View GitHub Profile
@mtotowamkwe
mtotowamkwe / alpine_linux_with_sqlite_docker_image.md
Created December 27, 2020 04:43
How to build an Alpine Linux docker image with an instance of SQLite installed using a Dockerfile.

Building docker images with Dockerfiles.

To build an alpine linux docker image with sqlite.

  • Create a directory.
  • In the directory above create a Dockerfile.
  • Add the desired commands in the Dockerfile.

Following are the commands in the Dockerfile.