Skip to content

Commit

Permalink
add missing package for stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Apr 2, 2018
1 parent 41c1020 commit 2162b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.debian-9
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER linyows <linyows@gmail.com>

RUN apt-get -qq update && \
apt-get install -qq glibc-source gcc make libcurl4-gnutls-dev libjansson-dev \
bzip2 unzip debhelper dh-make devscripts cdbs clang
bzip2 unzip debhelper dh-make devscripts cdbs clang apt-utils

ENV USER root

Expand Down

0 comments on commit 2162b2e

Please sign in to comment.