Skip to content

Commit

Permalink
Merge pull request #30 from NHSDigital/rossbugginsnhs/2024-07-10/001-…
Browse files Browse the repository at this point in the history
…include-web-debug-reqs-in-base

Added web accessibility dependencies to dockerfile.
  • Loading branch information
RossBugginsNHS authored Jul 10, 2024
2 parents 638d69d + 7a32721 commit cdfdaf9
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/jekyll-devcontainer/src/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/jekyll:2-bullseye
LABEL org.opencontainers.image.source=https://github.com/NHSDigital/nhs-notify-repository-template

COPY packages.txt packages.txt

RUN apt-get update && xargs apt-get -y install < packages.txt
4 changes: 3 additions & 1 deletion src/jekyll-devcontainer/src/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
}
},
"features": {
"./nhsnotify": {},
"./nhsnotify": {
"version": "1.0.1"
},
"ghcr.io/devcontainers/features/aws-cli:1": {
"version": "latest"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"id": "nhsnotify",
"name": "Notify Custom",
"postCreateCommand": "zsh /postcreatecommand.sh",
"version": "1.0.0"
"version": "1.0.1"
}
36 changes: 36 additions & 0 deletions src/jekyll-devcontainer/src/.devcontainer/packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
ca-certificates
fonts-liberation
libasound2
libatk-bridge2.0-0
libatk1.0-0
libc6
libcairo2
libcups2
libdbus-1-3
libexpat1
libfontconfig1
libgbm1
libgcc1
libglib2.0-0
libgtk-3-0
libnspr4
libnss3
libpango-1.0-0
libpangocairo-1.0-0
libstdc++6
libx11-6
libx11-xcb1
libxcb1
libxcomposite1
libxcursor1
libxdamage1
libxext6
libxfixes3
libxi6
libxrandr2
libxrender1
libxss1
libxtst6
lsb-release
wget
xdg-utils

0 comments on commit cdfdaf9

Please sign in to comment.