Skip to content

Commit cd782d8

Browse files
committed
format
1 parent 74054e3 commit cd782d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
FROM oneoffcoder/python-java:latest
2+
23
LABEL author="Jee Vang, Ph.D."
34
LABEL email="[email protected]"
5+
46
ARG AAPI_VERSION
57
ARG APYPI_REPO
8+
69
ENV API_VERSION=$AAPI_VERSION
710
ENV PYPI_REPO=$APYPI_REPO
11+
812
RUN apt-get update \
913
&& apt-get upgrade -y
1014
COPY . /py-pair

0 commit comments

Comments
 (0)