Skip to content

Commit

Permalink
modified: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloco committed Oct 21, 2022
1 parent 5ce4bc6 commit 3c33445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ WORKDIR ${FUNCTION_DIR}
# Copy function code and requirements
COPY app/* ${FUNCTION_DIR}/

RUN apt-get install -y mat \
RUN apt-get update && \
apt-get install -y mat \
unzip

# Install the runtime interface client
Expand Down

0 comments on commit 3c33445

Please sign in to comment.