We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4b054 commit 3bfab49Copy full SHA for 3bfab49
Dockerfile
@@ -1,5 +1,6 @@
1
ARG UPSTREAM=2.3.10
2
FROM analogic/poste.io:$UPSTREAM
3
+RUN echo "deb [arch=amd64] http://archive.debian.org/debian buster buster-updates buster-backports main contrib non-free" >> /etc/apt/sources.list
4
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
5
6
# Default to listening only on IPs bound to the container hostname
0 commit comments