2017-01-24 23:15:13 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2017-03-20 18:35:59 +01:00
|
|
|
set -e
|
|
|
|
|
2017-03-21 23:05:16 +01:00
|
|
|
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
|
|
|
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends build-essential devscripts equivs python3' >> Dockerfile
|
|
|
|
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|