mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-14 00:06:02 -05:00
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
3 lines
97 B
Docker
3 lines
97 B
Docker
FROM node:14.16
|
|
RUN apt-get update && apt-get install -y make gcc nasm libpng-dev
|
|
CMD [ "node" ]
|