Skip to content

Commit

Permalink
simple whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Aug 2, 2023
1 parent a523b75 commit ac126c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN \
wget --no-hsts -O /usr/share/keyrings/adoptium.asc https://packages.adoptium.net/artifactory/api/gpg/key/public; \
echo "deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | tee /etc/apt/sources.list.d/adoptium.list; \
apt-get -qq update; \
apt-get -qq -y --no-install-recommends install temurin-8-jdk maven
apt-get -qq -y --no-install-recommends install temurin-8-jdk maven
RUN \
--mount=type=cache,target=/root/.cache/pip,sharing=locked \
set -eux; \
Expand Down

0 comments on commit ac126c9

Please sign in to comment.