Skip to content

Commit

Permalink
Tweak dockerfile and actions
Browse files Browse the repository at this point in the history
Signed-off-by: Darach Ennis <darach@gmail.com>
  • Loading branch information
darach committed Nov 10, 2020
1 parent 6f5b1cf commit 836244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.learn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat

# Install workshop related tools
RUN apt-get update \
&& apt-get install -y wget curl \
&& apt-get install -y wget curl netcat \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 836244f

Please sign in to comment.