Skip to content

Commit

Permalink
Another Typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Jul 21, 2021
1 parent 380ce64 commit 2b3a099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL maintainer="datalab-mi"
RUN apt update -y && \
apt install -y bash \
build-essential \
g++ && \
ffmpeg libsm6 libxext6 \
g++ \
ffmpeg libsm6 libxext6 && \
rm -rf /var/lib/apt/lists

WORKDIR /workspace
Expand Down

0 comments on commit 2b3a099

Please sign in to comment.