Skip to content

Commit

Permalink
add fix missing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonR99 committed Jun 8, 2024
1 parent b53421d commit ac4c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y \
RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null

RUN apt update -y
RUN apt update -y --fix-missing

# Change user
RUN chown $USER_UID:$USER_GID /workspace/$USERNAME
Expand Down

0 comments on commit ac4c6cc

Please sign in to comment.