Skip to content

Commit

Permalink
Remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 3, 2024
1 parent 90e4646 commit ae7a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY ./src/scripts/setup.sh setup.sh
RUN chmod a+x setup.sh

# Main setup
RUN $KATALON_KATALON_SCRIPT_DIR/setup.sh $TARGETPLATFORM > ./temp.log 2>&1
RUN $KATALON_KATALON_SCRIPT_DIR/setup.sh $TARGETPLATFORM

# Set locale
ENV LANG C.UTF-8
Expand Down

0 comments on commit ae7a5a4

Please sign in to comment.