Skip to content

Commit

Permalink
fix: remove SSH build from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Dec 25, 2023
1 parent c4fb216 commit 8faa64d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ RUN apt-get update
RUN apt-get install -y libasound2-dev

RUN go build -tags no_audio -o /app/end_of_eden ./cmd/game
RUN go build -tags no_audio -o /app/end_of_eden_ssh ./cmd/game_ssh
RUN go build -tags no_audio -o /app/fuzzy_tester ./cmd/internal/fuzzy_tester

# Disable SSH for now
# RUN go build -tags no_audio -o /app/end_of_eden_ssh ./cmd/game_ssh

# Release image
FROM debian:bullseye
WORKDIR /app
Expand Down

0 comments on commit 8faa64d

Please sign in to comment.