Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-recorder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-recorder
Commits
85b73c91
Commit
85b73c91
authored
2 years ago
by
Ole Binder
Browse files
Options
Downloads
Patches
Plain Diff
Build: fix directory in docker
parent
1b281d64
No related branches found
No related tags found
1 merge request
!2
Env variables in yaml config
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
with
3 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
85b73c91
...
...
@@ -6,6 +6,7 @@ LABEL maintainer="Loxbie <ole@freirad.at>"
RUN
apt-get update
&&
apt-get
-y
install
\
apt-utils
\
alsa-utils
\
build-essential
\
ffmpeg
\
rsync
...
...
@@ -19,7 +20,7 @@ RUN mkdir -p /srv
RUN
mkdir
-p
/srv/src
RUN
mkdir
-p
/srv/config
RUN
mkdir
-p
/srv/log
RUN
mkdir
-p
/
srv
/audio/recordings/block
RUN
mkdir
-p
/
var
/audio/recordings/block
COPY
poetry.lock /srv
COPY
pyproject.toml /srv
...
...
@@ -32,7 +33,7 @@ WORKDIR /srv
# RUN curl -sSL https://install.python-poetry.org | python3 -
# RUN export PATH="/root/.local/bin:$PATH"
RUN
poetry
install
$(
test
"
$YOUR_ENV
"
==
production
&&
echo
"--no-
dev
"
)
--no-interaction
--no-ansi
RUN
poetry
install
--without
dev
--no-interaction
# for Alsa when running docker run engine-recorder https://github.com/mviereck/x11docker/wiki/Container-sound:-ALSA-or-Pulseaudio
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment