Skip to content

Commit

Permalink
fix env variables for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valpesendorfer committed Nov 4, 2020
1 parent 1efdd6f commit d6f7db8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM ubuntu:bionic

LABEL maintainer="[email protected]"

ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \
LC_ALL=C.UTF-8 \
LANG=C.UTF-8

RUN apt-get update && apt-get install -y \
gcc \
build-essential \
Expand Down Expand Up @@ -35,7 +39,4 @@ RUN rm -rf *

USER worker

ENV LC_ALL=C.UTF-8 \
LANG=C.UTF-8

CMD ["modape_version"]

0 comments on commit d6f7db8

Please sign in to comment.