We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e388bb commit c7cec9eCopy full SHA for c7cec9e
Dockerfile
@@ -1,8 +1,9 @@
1
FROM debian:stretch
2
MAINTAINER maxf <[email protected]>
3
4
-RUN apt-get update -qq \
+RUN apt-get update -qq && \
5
apt-get upgrade -qq
6
+
7
RUN apt-get install -y build-essential \
8
devscripts \
9
ca-certificates \
0 commit comments