Skip to content

Commit

Permalink
fix: comment wasn't commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Dec 11, 2024
1 parent 68c5178 commit 0b3e36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN groupadd -g 1337 supergroup && \
usermod -a -G sasstaff sas && \
echo "sas:sas" | chpasswd

COPY --from=k8scc01covidacr.azurecr.io/sas4c:0.0.3 /usr/local/SASHome /usr/local/SASHome # Will fail if CI/CD only authenticates Dev
# Will fail if CI/CD only authenticates Dev
COPY --from=k8scc01covidacr.azurecr.io/sas4c:0.0.3 /usr/local/SASHome /usr/local/SASHome

COPY --from=minio/mc:RELEASE.2022-03-17T20-25-06Z /bin/mc /usr/local/bin/mc-original

Expand Down

0 comments on commit 0b3e36b

Please sign in to comment.