Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • compose
2 results

Dockerfile

Blame
  • user avatar
    Mate Farkas authored
    8d2ab461
    History
    Dockerfile 173 B
    FROM alpine:latest
    MAINTAINER Mate Farkas <mate.farkas@sch.hu>
    
    RUN apk add --update-cache \
      dpkg \
      fakeroot \
      tar
    
    CMD fakeroot dpkg-deb --build /build/src/ /build/