Use debian:testing for building

This commit is contained in:
Jeff Mitchell 2018-01-28 14:58:52 -05:00
parent 1b982750f5
commit f967d10f04
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Adapted from tcnksm/dockerfile-gox -- thanks!
FROM debian:stable
FROM debian:testing
RUN apt-get update -y && apt-get install --no-install-recommends -y -q \
curl \