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

Update Dockerfile

parent 6652b0bb
No related branches found
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 mime-support && \ RUN apt-get update && apt-get install -y ca-certificates libgs9 mime-support wkhtmltopdf && \
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