Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Nov 21, 2016
1 parent c49d465 commit 5978f1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for FIR development instance
# written by Robert Haist
#
#
# Mostly based on the ubuntu image by Kyle Maxwell
#
# build with the command:
Expand All @@ -10,8 +10,8 @@
#
# then access http://localhost:8000 in your browser

#MAINTAINER Robert Haist, SleuthKid@mailbox.org
FROM alpine:latest
# MAINTAINER Robert Haist, SleuthKid@mailbox.org
FROM alpine:3.4

RUN apk add --update \
python \
Expand All @@ -23,8 +23,8 @@ RUN apk add --update \
libxml2-dev \
libxslt \
libxslt-dev \
libzip \
libzip-dev \
postgresql-dev \

&& rm -rf /var/cache/apk/*

RUN addgroup fir && \
Expand Down

0 comments on commit 5978f1c

Please sign in to comment.