We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c4f26 commit c9d3f68Copy full SHA for c9d3f68
docker/Dockerfile
@@ -1,14 +1,13 @@
1
FROM ubuntu:latest
2
3
# Set the locale
4
-RUN locale-gen en_US.UTF-8
5
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
6
7
# Combine all apt-get install commands or Docker will attempt to use cache
8
RUN apt-get update && apt-get install -y \
9
git \
10
- python \
11
- python-dev \
+ python3 \
+ python3-dev \
12
vim
13
14
ADD run_tests.sh /opt/
0 commit comments