Skip to content

Commit

Permalink
Dockerfile: Remove irrelevant comment
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Iliev <iliyailiev3592@gmail.com>
  • Loading branch information
IlievIliya92 committed Oct 23, 2024
1 parent a81ed87 commit d435a72
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
@@ -1,6 +1,7 @@
FROM ubuntu
ARG DEBIAN_FRONTEND=noninteractive
MAINTAINER "Iliya Iliev"

# Install required packages
RUN apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y build-essential git clang-14 cmake gcc-arm-none-eabi build-essential gdb-multiarch libnewlib-arm-none-eabi pip
Expand All @@ -25,5 +26,4 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/
RUN ldconfig

# Set working directory
# WORKDIR /home/esclient_freertos
CMD /bin/bash

0 comments on commit d435a72

Please sign in to comment.