Skip to content

Commit

Permalink
Update igibson-vnc with apt update before apt install
Browse files Browse the repository at this point in the history
Fixes all packages failing with "unable to locate package <package>"
  • Loading branch information
claucambra committed Jun 9, 2023
1 parent 7d95982 commit d61acd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/igibson-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM igibson/igibson:latest

# add dummy display and remote GUI via x11VNC

RUN DEBIAN_FRONTEND=noninteractive apt install -y \
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
xserver-xorg-video-dummy \
xfce4 desktop-base \
x11vnc net-tools
Expand Down

0 comments on commit d61acd8

Please sign in to comment.