Skip to content

Instantly share code, notes, and snippets.

@michaeldavie
Last active April 2, 2020 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeldavie/bfabcb376df2e13c2d1e31525e3f3050 to your computer and use it in GitHub Desktop.
Save michaeldavie/bfabcb376df2e13c2d1e31525e3f3050 to your computer and use it in GitHub Desktop.
Dockerfile for readpst
FROM debian
ENV DEBIAN_FRONTEND noninteractive
ENV PACKAGES ca-certificates pst-utils
RUN apt-get update && apt-get install -y --no-install-recommends $PACKAGES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment