Skip to content

Commit

Permalink
Adapt comment in Dcokerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Grupp <[email protected]>
  • Loading branch information
MichaelGrupp committed Nov 2, 2020
1 parent 8848743 commit cc8a0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dashing
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG CARTOGRAPHER_VERSION=master
# We require a GitHub access token to be passed.
ARG github_token

# Bionic's base image doesn't ship with sudo and wstool.
# The base image doesn't ship with sudo and wstool.
RUN apt-get update && apt-get install -y sudo python3-wstool

# First, we invalidate the entire cache if cartographer-project/cartographer has
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.foxy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG CARTOGRAPHER_VERSION=master
# We require a GitHub access token to be passed.
ARG github_token

# Bionic's base image doesn't ship with sudo and wstool.
# The base image doesn't ship with sudo and wstool.
RUN apt-get update && apt-get install -y sudo python3-wstool

# First, we invalidate the entire cache if cartographer-project/cartographer has
Expand Down

0 comments on commit cc8a0db

Please sign in to comment.