Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
psfoley committed Aug 28, 2024
1 parent 3c6425f commit e712bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
build-essential \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*
RUN apt-get purge -y linux-libc-dev

# Create an unprivileged user.
RUN groupadd -g 1001 default && \
Expand All @@ -32,7 +33,6 @@ ENV PATH=/home/openfl/.local/bin:$PATH
RUN pip install --no-cache-dir -U pip setuptools wheel && \
pip install --no-cache-dir -e .

RUN apt-get purge -y linux-libc-dev
# Download thirdparty licenses.
RUN INSTALL_SOURCES=yes /home/openfl/openfl-docker/licenses.sh

Expand Down

0 comments on commit e712bb8

Please sign in to comment.