Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hutton committed Feb 1, 2024
1 parent 6d71194 commit 0d3db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN mkdir -p ${VCPKG_INSTALL_LIB_DIR} \
&& rm -rf vcpkg_installed \
&& ln -s ${BUILD_DIR}/vcpkg_installed vcpkg_installed

FROM --platform=linux/amd64 ubuntu:22.04
FROM --platform=linux/amd64 ubuntu:22.04

RUN apt-get update -y \
&& apt-get install -y build-essential \
Expand Down

0 comments on commit 0d3db68

Please sign in to comment.