File: Dockerfile.alpine-linux_x86

package info (click to toggle)
xerial-sqlite-jdbc 3.40.1.0%2Bdfsg-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,136 kB
  • sloc: java: 17,645; ansic: 2,743; sh: 2,700; xml: 427; makefile: 190
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
FROM i386/alpine:3.11
MAINTAINER Taro L. Saito <leo@xerial.org>

RUN apk --update add bash gcc make perl libc-dev

WORKDIR /work