diff options
| author | rinsuki <428rinsuki+git@gmail.com> | 2020-08-10 01:33:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 01:33:01 +0900 |
| commit | 9c5efb9da0a166add3edbc8d51156ea260e814a8 (patch) | |
| tree | 5e6b4cc498c2f7677f233e7608564ce7a888ed23 | |
| parent | Fix #6637 (#6638) (diff) | |
| download | sharkey-9c5efb9da0a166add3edbc8d51156ea260e814a8.tar.gz sharkey-9c5efb9da0a166add3edbc8d51156ea260e814a8.tar.bz2 sharkey-9c5efb9da0a166add3edbc8d51156ea260e814a8.zip | |
Dockerのビルド時にgitを入れるように (#6639)
https://github.com/syuilo/misskey/commit/917d3d0bd3e7746b722f154860c604c4d6c92c69 でgitの依存関係が追加されたのにgitが入っていないのでコケていた
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 7b159efe09..9eb69e2302 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apk add --no-cache \ autoconf \ automake \ file \ + git \ g++ \ gcc \ libc-dev \ |