Plz build

This commit is contained in:
Greyscale 2021-10-04 16:56:06 +02:00
parent b5d94aa666
commit 4931c6e530
No known key found for this signature in database
GPG key ID: D38CDF6CE08284DD
2 changed files with 0 additions and 9 deletions

View file

@ -4,12 +4,6 @@ on:
push:
paths:
- octoprint
workflow_run:
workflows:
- Lint Docker Files
branches: [ 'master', 'feature/**' ]
types:
- completed
jobs:
octoprint-build:

View file

@ -15,9 +15,6 @@ RUN apt-get update -q && \
pip install psycopg2
FROM matthewbaggett/octoprint AS builder
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
org.opencontainers.image.source="https://github.com/benzine-framework/docker"
RUN apt-get update -q && \
apt-get install --no-install-recommends -yq \
unzip \