Skip to content

Commit

Permalink
Merge pull request #23 from GiganticMinecraft/addInstallMySQLClient
Browse files Browse the repository at this point in the history
fix: mysql-clientのinstallでyオプションを付ける
  • Loading branch information
rito528 authored Jul 28, 2023
2 parents 2f1cffc + 1aca20f commit e360be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN cargo build --release

FROM ubuntu:22.04
LABEL org.opencontainers.image.source=https://github.com/GiganticMinecraft/gachadata-server
RUN apt-get update -y && apt-get install mysql-client
RUN apt-get update -y && apt-get install -y mysql-client
COPY --from=build-env --link /app/target/release/gachadata-server /
CMD ["./gachadata-server"]

0 comments on commit e360be7

Please sign in to comment.