(マージはまだしない!!)ruby2.6.6に変更 + pythonは3系 - #3
Open
suganami0510 wants to merge 1 commit into
Open
suganami0510 wants to merge 1 commit into
suganami0510 wants to merge 1 commit into
Conversation
suganami0510
commented
Apr 20, 2020
| @@ -1,14 +1,16 @@ | |||
| FROM python:2.7.13 | |||
| FROM python:3.8.2-buster | |||
Author
There was a problem hiding this comment.
python2系は流石に、、、なので3.8.2まであげました。
suganami0510
commented
Apr 20, 2020
Comment on lines
+8
to
+10
| fonts-liberation libappindicator3-1 \ | ||
| libasound2 libnspr4 libxtst6 libnss3 xdg-utils \ | ||
| libdrm2 libgbm1 libx11-xcb1 libxcb-dri3-0 \ |
Author
There was a problem hiding this comment.
↑chrome packagesにはこれらが必要みたいです。(よくわかっていない,エラーメッセージに従って追加しただけです。)
Author
There was a problem hiding this comment.
fonts-noto-cjk は apt-get install でエラーになるので外しました。
suganami0510
commented
Apr 20, 2020
| cd .. && \ | ||
| rm -r ruby-2.5.3 ruby-2.5.3.tar.gz | ||
|
|
||
| RUN gem install bundler -v '1.17.3' |
Author
There was a problem hiding this comment.
bundler は 2.6系デフォルトで入っていたと思うのでコマンドを外し
suganami0510
commented
Apr 20, 2020
| && apt-get update \ | ||
| && apt-get install -y \ | ||
| mysql-client \ | ||
| default-mysql-client \ |
Author
There was a problem hiding this comment.
mysql-client はなくなり、 mariadb-client に統合されたようです。
https://yourmystar-engineer.hatenablog.jp/entry/2019/07/15/140644
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SSIA