Skip to content

Commit

Permalink
Add trailing slash to shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille committed Mar 2, 2021
1 parent d2ae7b6 commit a81863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/release-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -qqy && apt-get install -qqy \
lsb-release \
openssh-client \
git \
gnupg
gnupg \
file && \
pip3 install -U crcmod && \
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \
Expand Down

0 comments on commit a81863f

Please sign in to comment.