Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wHyEt committed Jan 5, 2024
1 parent 87bdcb2 commit dbd8771
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
Expand Up @@ -10,7 +10,7 @@ RUN echo "Set FROM to $CI_FROM"
ARG TARGETPLATFORM
RUN echo "Building for ARCH $TARGETPLATFORM"

RUN apt-get update && apt-get install -y nano wget unzip gcc
RUN apt-get update && apt-get install -y nano wget unzip gcc g++

WORKDIR /data
EXPOSE 1984 1984
Expand Down

0 comments on commit dbd8771

Please sign in to comment.