Skip to content
Snippets Groups Projects
Commit 6652b0bb authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Update Dockerfile

parent f0df9a49
Branches
No related tags found
No related merge requests found
FROM buildpack-deps:buster-curl FROM buildpack-deps:buster-curl
RUN apt-get update && apt-get install -y ca-certificates libgs9 wkhtmltopdf && \ RUN apt-get update && apt-get install -y ca-certificates libgs9 mime-support && \
apt-get clean autoclean && \ apt-get clean autoclean && \
apt-get autoremove --yes && \ apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log} rm -rf /var/lib/{apt,dpkg,cache,log}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment