Skip to content

Commit

Permalink
Add testing apt repo for additional dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
driverdan authored Sep 25, 2019
1 parent 132fed4 commit 193ac6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {{cookiecutter.project_slug}}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM alpine:latest

# Add the testing repo in case it's needed for additional dependencies
# For example, gdal can be installed by using gdal@testing
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories

# Install system dependencies
RUN apk add --no-cache --update \
bash \
Expand Down

0 comments on commit 193ac6a

Please sign in to comment.