fix: attemp to fix workflow

This commit is contained in:
Softwarenoob
2021-08-06 22:33:07 +03:00
parent eb515743e7
commit ba43d5ab59
2 changed files with 3 additions and 3 deletions

View File

@@ -26,5 +26,5 @@ RUN update-locale lang=en_US.UTF-8 \
WORKDIR /home/container
COPY ./../entrypoint.sh /entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]

View File

@@ -1,6 +1,6 @@
FROM ubuntu:20.04
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
LABELauthor="Michael Parker" maintainer="parker@pterodactyl.io"
ENV DEBIAN_FRONTEND noninteractive
@@ -20,5 +20,5 @@ RUN apt install -y gcc g++ libgcc1 lib32gcc1 libc++-dev gdb libc6 git wget cur
RUN update-locale lang=en_US.UTF-8 \
&& dpkg-reconfigure --frontend noninteractive locales
COPY ./../entrypoint.sh /entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]