Skip to content

Commit

Permalink
Update the OpenGL version to avoid an empty graphics screen. (space-r…
Browse files Browse the repository at this point in the history
…os/docker#50)

Fixes space-ros/docker#44.

Signed-off-by: Michael Jeronimo <[email protected]>
  • Loading branch information
mjeronimo authored May 19, 2023
1 parent 76256af commit b6e00b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spaceros/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ setup:
echo "$USERNAME ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/$USERNAME && \
chmod 0440 /etc/sudoers.d/$USERNAME
USER ${USERNAME}

WORKDIR $SPACEROS_DIR

# Update the OpenGL version
RUN sudo add-apt-repository ppa:kisak/kisak-mesa
RUN sudo apt update && sudo apt upgrade -y

sources:
FROM +setup
Expand Down Expand Up @@ -129,7 +131,6 @@ build-testing:

image:
FROM +rosdep

ARG VCS_REF

# Specify the docker image metadata
Expand Down

0 comments on commit b6e00b3

Please sign in to comment.