some cleanup
This commit is contained in:
parent
de4450a29a
commit
6d57c1c4f2
5 changed files with 13 additions and 10 deletions
|
@ -4,7 +4,7 @@ RUN mkdir -p /app
|
|||
WORKDIR /app
|
||||
|
||||
# resolves gcc issue with installing regex dependency
|
||||
RUN apk add build-base tzdata --no-cache
|
||||
RUN apk add tzdata --no-cache
|
||||
|
||||
ENV TZ=America/New_York
|
||||
ENV VIRTUAL_ENV=/app/env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue