Skip to content

Commit

Permalink
import rpi-apt-file image
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchtech committed Mar 19, 2016
1 parent 04aa968 commit 5bc368d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rpi-apt-file/Dockerfile
@@ -0,0 +1,12 @@
FROM resin/rpi-raspbian:jessie

MAINTAINER Michael J. Mitchell <michael@mitchtech.net>

RUN apt-get update && apt-get install -y -q \
apt-file \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*

RUN apt-file update

CMD ["bash"]

0 comments on commit 5bc368d

Please sign in to comment.