mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-07 14:55:18 -04:00
Minor cleanup
This commit is contained in:
@@ -100,7 +100,7 @@ RUN apt-get update && \
|
||||
apt-get clean
|
||||
|
||||
# Install Python requirements
|
||||
ADD requirements/requirements.viewer.txt /tmp/requirements.txt
|
||||
COPY requirements/requirements.viewer.txt /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
# Works around issue with `curl`
|
||||
|
||||
@@ -5,6 +5,7 @@ FROM --platform=linux/arm/v7 balenalib/rpi-raspbian:buster as builder
|
||||
# to make things work.
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
apt-utils \
|
||||
firebird-dev \
|
||||
freetds-dev \
|
||||
gstreamer-tools \
|
||||
|
||||
@@ -4,7 +4,7 @@ Since our entire build environment resides inside a Docker container, you don't
|
||||
|
||||
```
|
||||
$ cd webview
|
||||
$ docker build \
|
||||
$ docker buildx build \
|
||||
--build-arg GIT_HASH=$(git rev-parse --short HEAD) \
|
||||
-t qt-builder .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user