Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson authored Sep 13, 2023
1 parent 81cff06 commit bb00fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ RUN <<EOF
DEB_NAME="glow_${VERSION}_amd64.deb"
pushd /tmp
wget -q "https://github.com/charmbracelet/glow/releases/download/v${VERSION}/${DEB_NAME}"
apt install "${DEB_NAME}"
apt install "./${DEB_NAME}"
rm "${DEB_NAME}"
popd
EOF
Expand Down

0 comments on commit bb00fe6

Please sign in to comment.