This file contains 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
New client 0xff46ee1ffbcbb58a | |
__start+0x0 | |
__start+0x4 | |
__start+0x8 | |
__start+0xc | |
__start+0x10 | |
__start+0x14 | |
__start+0x18 | |
__start+0x1c | |
__start+0x20 |
This file contains 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
FROM ubuntu:20.04 | |
TZ=Asia/Tokyo | |
RUN ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone | |
RUN sed -i '[email protected]@ftp.jaist.ac.jp/pub/Linux@g' /etc/apt/sources.list | |
RUN apt update && apt install -y build-essential git subversion cmake \ | |
libx11-dev libxxf86vm-dev libxcursor-dev libxi-dev libxrandr-dev \ |