This commit is contained in:
Greyscale 2021-10-17 22:02:07 +02:00
parent 763d526da4
commit 49c886e6a0
No known key found for this signature in database
GPG key ID: D38CDF6CE08284DD

View file

@ -14,6 +14,7 @@ RUN apt-get update -q && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/lib/dpkg/status.old /var/cache/debconf/templates.dat /var/log/dpkg.log /var/log/lastlog /var/log/apt/*.log && \
pip install psycopg2
FROM matthewbaggett/octoprint AS builder
RUN apt-get update -q && \
apt-get install --no-install-recommends -yq \