Skip to content

Commit

Permalink
Correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Apr 20, 2024
1 parent e49c3f5 commit 66371ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-debian12
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN echo "export packagefile=`find /src/qhttpserver/build/ -maxdepth 1 -name *.d
RUN echo "export fullname=\$(basename -- \$packagefile)" >> /envfile
RUN echo "export extension=\${fullname##*.}" >> /envfile
RUN echo "export filename=\${fullname%.*}" >> /envfile
RUN . /envfile && install -D ${packagefile} "/usr/share/apps/qhttpserver/packages/${filename}-debian11.deb"
RUN . /envfile && install -D ${packagefile} "/usr/share/apps/qhttpserver/packages/${filename}-debian12.deb"

## install github-release to be able to deploy packages
#RUN wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 && tar xjf linux-amd64-github-release.tar.bz2 && cp bin/linux/amd64/github-release /usr/bin

0 comments on commit 66371ef

Please sign in to comment.