Skip to content

Commit

Permalink
Merge pull request #415 from marp-team/dockerfile-update
Browse files Browse the repository at this point in the history
Update Dockerfile to install required dependency `wayland-dev@edge`
  • Loading branch information
yhatt authored Jan 16, 2022
2 parents c3d5c32 + b5dde0d commit c92b8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Fixed

- Improved WSL 2 detection and browser resolution ([#410](https://github.com/marp-team/marp-cli/pull/410))
- Update Dockerfile to install required dependency `wayland-dev@edge` ([#411](https://github.com/marp-team/marp-cli/issues/411), [#415](https://github.com/marp-team/marp-cli/pull/415))

### Changed

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apk update && apk upgrade && \
font-noto-arabic@edge \
font-noto-bengali@edge \
nss@edge \
wayland-dev@edge \
su-exec

RUN addgroup -S marp && adduser -S -g marp marp \
Expand Down

0 comments on commit c92b8c3

Please sign in to comment.