File: Dockerfile.alpine-linux_x86_64

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-- 124 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
FROM alpine:3.11
MAINTAINER Taro L. Saito <leo@xerial.org>

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

WORKDIR /work