Skip to content

Commit

Permalink
Install iproute2 - #18
Browse files Browse the repository at this point in the history
  • Loading branch information
1zc committed Dec 21, 2023
1 parent b301744 commit 5630828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LABEL org.opencontainers.image.source="https://github.com/1zc/cs2-pterodac
# Prep OS
RUN mkdir -p /etc/sudoers.d && echo "%sudo ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/flatdeb && chmod 0440 /etc/sudoers.d/flatdeb
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y iproute2 && apt-get clean
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down

0 comments on commit 5630828

Please sign in to comment.