Skip to content

Update ubuntu to 18.04

Updates ubuntu base image from 16.04 to 18.04 and removes unnecessary sudo in Dockerfile, i.e.:

  • Removes sudo, which has been used only in a meaningless way (=> !584 (merged))
  • Removes python-software-properties, which was deprecated in 18.04 (=> !584 (merged))
  • Updates postgresql from 9.5+173ubuntu0.1 to 10+190
  • Updates git from 1:2.7.4-0ubuntu1.6 to 1:2.17.1-1ubuntu0.4
  • Updates redis-server from 2:3.0.6-1ubuntu0.3 to 5:4.0.9-1ubuntu0.1
  • Updates g++ from 4:5.3.1-1ubuntu1 to 4:7.3.0-3ubuntu2
  • Updates libre2dev from 20160201+dfsg-1 to 20180201+dfsg-2
  • etc.

Signed-off-by: Takuya Noguchi takninnovationresearch@gmail.com

Closes #434 (closed)

Edited by Takuya Noguchi

Merge request reports