Skip to content

Commit 617f607

Browse files
committed
Add http-server for pa11y
1 parent a3c46e7 commit 617f607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
# Initialize the user environment (this loads nvm)
3333
. $HOME/.profile && \
3434
# Install node packages
35-
npm install -g [email protected] pa11y@5 pa11y-ci@2
35+
npm install -g [email protected] pa11y@5 pa11y-ci@2 http-server
3636

3737
# IMPORTANT! Switching back to the root user as the last instruction.
3838
USER root

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Docker image adding pa11y and other common tools to [Docksal CLI](https://github.com/docksal/service-cli).
44
5-
[![GitHub tag](https://img.shields.io/github/tag/phase2/docker-cli.svg)](https://github.com/phase2/docker-cli) [![Docker Stars](https://img.shields.io/docker/stars/outrigger/cli.svg)](https://hub.docker.com/r/outrigger/cli) [![Docker Pulls](https://img.shields.io/docker/pulls/outrigger/cli.svg)](https://hub.docker.com/r/outrigger/cli) [![](https://images.microbadger.com/badges/image/outrigger/cli:dev.svg)](https://microbadger.com/images/outrigger/cli:dev "Get your own image badge on microbadger.com")
5+
[![GitHub tag](https://img.shields.io/github/tag/phase2/docker-cli.svg)](https://github.com/phase2/docker-cli) [![Docker Stars](https://img.shields.io/docker/stars/outrigger/cli.svg)](https://hub.docker.com/r/outrigger/cli) [![Docker Pulls](https://img.shields.io/docker/pulls/outrigger/cli.svg)](https://hub.docker.com/r/outrigger/cli) [![](https://images.microbadger.com/badges/image/outrigger/cli:dev.svg)](https://microbadger.com/images/outrigger/cli:latest "Get your own image badge on microbadger.com")
66

77
This Docker image adds the following tools to the docksal/cli image:
88
* [pa11y v5](https://github.com/pa11y/pa11y)

0 commit comments

Comments
 (0)