Skip to content

Commit

Permalink
fix: fix docker build scripts, dockerfile, dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
preimmortal committed Jan 13, 2024
1 parent 693b8e0 commit c6ac503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
!script/setup
!script/run
!wyoming_satellite/*.py
!wyoming_satellite/utils
!docker/run
!sounds/*.wav
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install --yes --no-install-recommends avahi-utils
apt-get install --yes --no-install-recommends avahi-utils alsa-utils

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion script/build_docker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker buildx build . \
docker build . \
-t 'rhasspy/wyoming-satellite' "$@"

0 comments on commit c6ac503

Please sign in to comment.