Skip to content

Commit

Permalink
docker: Fix legacy env key-value format
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 5, 2024
1 parent 147906b commit ab00b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/flathub/flatpak-builder-lint:latest

ENTRYPOINT []
ENV TMPDIR /tmp
ENV TMPDIR=/tmp

RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
RUN flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
Expand Down

0 comments on commit ab00b20

Please sign in to comment.