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

Update Dockerfile

parent bb2a34d2
No related branches found
No related tags found
No related merge requests found
FROM debian:stretch FROM buildpack-deps:buster-curl
RUN apt-get update && apt-get install -y ca-certificates && \ RUN apt-get update && apt-get install -y ca-certificates libgs9 && \
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}
mkdir /go
WORKDIR /go
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment