Skip to content

Commit

Permalink
Fix base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy authored Sep 23, 2022
1 parent ac99764 commit af6432a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# First stage of Dockerfile
FROM alpine:latest
ARG BASE_DOCKER_IMAGE

ENV PS2DEV /usr/local/ps2dev
ENV PATH $PATH:${PS2DEV}/ee/bin
FROM $BASE_DOCKER_IMAGE

COPY . /src

Expand Down

0 comments on commit af6432a

Please sign in to comment.