Skip to content

Commit

Permalink
Add apt-get update to naev-steamruntime Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
UncombedCoconut committed Jul 10, 2021
1 parent 26645e1 commit edd2e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions naev-steamruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
LABEL org.opencontainers.image.description "Steam runtime (Soldier) development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."

# Update APT repositories
RUN apt-get update

# Install pip from steam/debian repositories.
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip
RUN python3 -m pip install --upgrade pip && \
Expand Down

0 comments on commit edd2e39

Please sign in to comment.