Skip to content

Commit

Permalink
adjust dev.Dockerfile to runs with docker-compose on common
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Apr 4, 2018
1 parent 9add09e commit 98fe28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.Dockerfile
@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.7
MAINTAINER Catarse <contato@catarse.me>

ENV BUILD_PACKAGES postgresql-dev libxml2-dev libxslt-dev imagemagick imagemagick-dev openssl libpq libffi-dev bash curl-dev libstdc++ tzdata bash ca-certificates build-base ruby-dev libc-dev linux-headers postgresql-client postgresql git nodejs
Expand Down Expand Up @@ -33,4 +33,4 @@ RUN set -ex \

# ==================================================================================================
# 8: Set the container user to 'nobody':
#USER nobody
#USER nobody

0 comments on commit 98fe28f

Please sign in to comment.