Skip to content

Commit

Permalink
Update Dockerfile.base (securefederatedai#1042)
Browse files Browse the repository at this point in the history
* Update Dockerfile.base

* Update Dockerfile.base
  • Loading branch information
psfoley authored Aug 28, 2024
1 parent 829bbc2 commit fc5c905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 @@ -35,4 +36,4 @@ RUN pip install --no-cache-dir -U pip setuptools wheel && \
# Download thirdparty licenses.
RUN INSTALL_SOURCES=yes /home/openfl/openfl-docker/licenses.sh

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit fc5c905

Please sign in to comment.