<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alex Minutillo</title>
    <description>The latest articles on DEV Community by Alex Minutillo (@minutillo).</description>
    <link>https://dev.to/minutillo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3910694%2F57091af8-808e-4618-952d-30c0982a2800.png</url>
      <title>DEV Community: Alex Minutillo</title>
      <link>https://dev.to/minutillo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/minutillo"/>
    <language>en</language>
    <item>
      <title>WSL Docker Requirements.txt Error</title>
      <dc:creator>Alex Minutillo</dc:creator>
      <pubDate>Sun, 03 May 2026 17:46:22 +0000</pubDate>
      <link>https://dev.to/minutillo/wsl-docker-requirementstxt-error-3g3k</link>
      <guid>https://dev.to/minutillo/wsl-docker-requirementstxt-error-3g3k</guid>
      <description>&lt;p&gt;While setting up Apache Airflow using Docker on Windows 11 WSL, I needed to extend the image to install some python packages.  I created a dockerfile and requirements.txt, but every time I ran "docker-compose up --build", I received the error:&lt;/p&gt;

&lt;p&gt;ERROR: Invalid requirement: '&amp;lt;package-name': Expected semicolon (after name with no version specifier) or end&lt;/p&gt;

&lt;p&gt;To fix the error, I needed to change the encoding of the requirements.txt file in Windows from "UTF-8" to "ANSI".&lt;/p&gt;

&lt;p&gt;Sharing in case anyone experiences this error.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>windows</category>
      <category>python</category>
      <category>airflow</category>
    </item>
  </channel>
</rss>
