Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Mar 21, 2022
1 parent 068dc9b commit 723226e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository provides two Docker images for developing and writing test suite
* [`lapis-archlinux`](https://github.com/users/leafo/packages/container/package/lapis-archlinux-itchio) — Contains Lapis, OpenResty, Postgres, and MySQL. Used for the [Lapis test suite](https://github.com/leafo/lapis/blob/master/Dockerfile)
* [`lapis-archlinux-itchio`](https://github.com/users/leafo/packages/container/package/lapis-archlinux) — Contains Lapis, OpenResty, Postgres, and set of dependencies often used by web projects I've built, and a base set of Lua modules preinstalled described below.

The images are based off of Arch Linux base image, `archlinux/base`
The images are based off of Arch Linux base image, `archlinux`

## `lapis-archlinux`

Expand All @@ -34,11 +34,11 @@ FROM ghcr.io/leafo/lapis-archlinux:latest

The following system packages are installed on the `latest` tag:

* openresty: 19.3.1 (Includes luajit)
* postgresql: 13.2
* openresty: 19.9.1 (Includes luajit)
* postgresql: 13.6
* redis: 6.0
* lua: 5.1
* luarocks: 3.5
* luarocks: 3.8
* npm — With [email protected] and uglify-js installed globally
* sassc
* tup
Expand Down

0 comments on commit 723226e

Please sign in to comment.