Skip to content

Commit 4146413

Browse files
author
Max Burnette
committed
remove python3 install
1 parent b36580a commit 4146413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-extractors/simple-extractor/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
ARG PYCLOWDER_PYTHON=""
2+
FROM clowder/pyclowder${PYCLOWDER_PYTHON}:latest
13

24
ENV EXTRACTION_FUNC=""
35
ENV EXTRACTION_MODULE=""
46

57
COPY simple_extractor.py .
68

7-
RUN apt-get update && apt-get install -y build-essential python3-dev
8-
99
# install any packages
1010
ONBUILD COPY packages.* Dockerfile /home/clowder/
1111
ONBUILD RUN if [ -e packages.apt ]; then \

0 commit comments

Comments
 (0)