1
0
mirror of synced 2025-02-17 10:58:34 +01:00

build: Fix deprecated MAINTAINER flag in DockerFile (#767)

This commit is contained in:
VocalFan 2022-10-02 11:53:37 -04:00 committed by GitHub
parent 6fdba3d555
commit ebea409e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
dist/Dockerfile vendored
View File

@ -1,6 +1,6 @@
FROM archlinux:latest
MAINTAINER WerWolv "hey@werwolv.net"
LABEL maintainer="hey@werwolv.net" = WerWolv
# Install dependencies
RUN pacman -Syy --needed --noconfirm
@ -25,4 +25,4 @@ RUN git clone https://github.com/WerWolv/ImHex --recurse-submodules /root/ImHex
RUN mkdir /root/ImHex/build
WORKDIR /root/ImHex/build
RUN cmake .. && make -j
WORKDIR /root/ImHex
WORKDIR /root/ImHex