Skip to content

Commit

Permalink
Remove unneeded dependency from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Mar 28, 2022
1 parent 5af1fec commit fa818cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /opt/federation-lab

# Update the Ubuntu software repository and fetch packages
RUN apt-get update \
&& apt-get install -y vim curl python3 python3-pip net-tools iproute2
&& apt-get install -y curl python3 python3-pip net-tools iproute2

# Add Pre-downloaded models (otherwise needs be run every-time)
ADD data/ data/
Expand Down

0 comments on commit fa818cf

Please sign in to comment.