Skip to content

Commit

Permalink
Update python env var in ubuntu image.
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 31, 2020
1 parent ab7719a commit 54f0a44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
FROM ubuntu:focal
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV PYTHONPATH "/usr/lib/python3.6/:/usr/local/lib/python3.6/dist-packages/:/work:/work/banhammer:/work/hmt-servers"
ENV PYTHONUNBUFFERED True

WORKDIR /work

RUN apt-get update -y && \
apt-get install -y automake bash black build-essential curl git jq libffi-dev libgmp-dev libtool mypy nodejs npm \
pandoc pkg-config python3-boto python3-dev python3-pip libsnappy-dev

ENV PYTHONPATH "/usr/lib/python3.8/:/usr/local/lib/python3.8/dist-packages/:/work:/work/banhammer:/work/hmt-servers"

COPY package.json /work/
RUN npm install

Expand Down

0 comments on commit 54f0a44

Please sign in to comment.