Plz build
This commit is contained in:
parent
b5d94aa666
commit
4931c6e530
2 changed files with 0 additions and 9 deletions
6
.github/workflows/octoprint.yml
vendored
6
.github/workflows/octoprint.yml
vendored
|
|
@ -4,12 +4,6 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- octoprint
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
branches: [ 'master', 'feature/**' ]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
octoprint-build:
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue