Skip to content

(マージはまだしない!!)ruby2.6.6に変更 + pythonは3系 - #3

Open
suganami0510 wants to merge 1 commit into
masterfrom
develop
Open

suganami0510 wants to merge 1 commit into
masterfrom
develop

Conversation

@suganami0510

@suganami0510 suganami0510 commented Apr 20, 2020

Copy link
Copy Markdown

SSIA

  • qsxでciツールを動かすためのbuilderで、ruby pythonのバージョンを上げました。
  • 注釈コメントしていきます。

@suganami0510 suganami0510 self-assigned this Apr 20, 2020
Comment thread Dockerfile
@@ -1,14 +1,16 @@
FROM python:2.7.13
FROM python:3.8.2-buster

@suganami0510 suganami0510 Apr 20, 2020

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python2系は流石に、、、なので3.8.2まであげました。

Comment thread Dockerfile
Comment on lines +8 to +10
fonts-liberation libappindicator3-1 \
libasound2 libnspr4 libxtst6 libnss3 xdg-utils \
libdrm2 libgbm1 libx11-xcb1 libxcb-dri3-0 \

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

↑chrome packagesにはこれらが必要みたいです。(よくわかっていない,エラーメッセージに従って追加しただけです。)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fonts-noto-cjk は apt-get install でエラーになるので外しました。

Comment thread Dockerfile
cd .. && \
rm -r ruby-2.5.3 ruby-2.5.3.tar.gz

RUN gem install bundler -v '1.17.3'

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bundler は 2.6系デフォルトで入っていたと思うのでコマンドを外し

Comment thread Dockerfile
&& apt-get update \
&& apt-get install -y \
mysql-client \
default-mysql-client \

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mysql-client はなくなり、 mariadb-client に統合されたようです。
https://yourmystar-engineer.hatenablog.jp/entry/2019/07/15/140644

@suganami0510 suganami0510 changed the title ruby2.6.6に変更 + pythonは3系 (マージはまだしない!!)ruby2.6.6に変更 + pythonは3系 Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant