File: Dockerfile.linux_x86

package info (click to toggle)
xerial-sqlite-jdbc 3.46.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,244 kB
  • sloc: java: 18,649; sh: 2,890; ansic: 2,830; xml: 455; makefile: 198
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
FROM centos:5
MAINTAINER Taro L. Saito <leo@xerial.org>

RUN yum -y install gcc glibc-devel.i386 make perl

WORKDIR /work