Skip to content

Commit

Permalink
small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed May 22, 2024
1 parent 1a9e4a9 commit c0cfb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/file/Dockerfile.file
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -Lo file.tar.gz https://github.com/file/file/archive/refs/tags/FILE5_45
WORKDIR /opt/file/src/file-FILE5_45

# Build file
RUN ./confgiure \
RUN ./configure \
--prefix=/opt/file \
--host=x86_64-w64-mingw32 \
--target=x86_64-w64-mingw32 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/gpg/Dockerfile.gpg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN cd libgpg-error-$LIBGPGERROR_VERSION && \
CFLAGS="-Os" \
&& make -j$(nproc) \
&& make install \
&& cp src/gpg-error-config /deps/bin/
&& cp src/gpg-error-config /opt/deps/bin/

# install libassuan
RUN cd libassuan-$LIBASSUAN_VERSION && \
Expand Down

0 comments on commit c0cfb94

Please sign in to comment.