We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8876d71 commit 9118dcaCopy full SHA for 9118dca
1 file changed
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ubuntu:focal
2
3
+ENV LANG=C.UTF-8
4
+
5
RUN apt-get update
6
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends software-properties-common
7
RUN add-apt-repository -y 'ppa:deadsnakes/ppa'
0 commit comments