Skip to content
Snippets Groups Projects
Commit 8eb64ad7 authored by Maicol Petozzi's avatar Maicol Petozzi
Browse files

add curl

update comment
parent a55ada03
No related branches found
Tags 2.1.0
No related merge requests found
Pipeline #1135519 passed
......@@ -7,6 +7,7 @@
### Added
- Added `essential` release, removing chrome dependencies
- Added `CHANGELOG.md`
- Added `graphviz` and `curl` to base image
### Changed
- Changed `Dockerfile` into `Dockerfile.base`
......
......@@ -12,7 +12,11 @@ RUN apt-get update && \
build-essential \
# Install compile packages like: gcc, make, ...
# https://packages.debian.org/buster/build-essential
curl \
# Used for transferring Files/Data
# https://packages.debian.org/buster/curl
graphviz \
# Used for building charts
# https://packages.debian.org/buster/graphviz
gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 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 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
# Dependencies for puppeteer/chrome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment