Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonchanhku committed Sep 18, 2022
1 parent d6776b6 commit d984f43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
@@ -0,0 +1,12 @@
FROM openaustralia/buildstep:early_release

COPY requirements.txt .

RUN apt update -y \
&& apt-get install -y python3-pip

RUN pip3 install -r requirements.txt

RUN useradd morph

USER morph
1 change: 1 addition & 0 deletions platform
@@ -0,0 +1 @@
early_release

0 comments on commit d984f43

Please sign in to comment.